We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d27fb9 commit f4ebdb2Copy full SHA for f4ebdb2
src/common/LoadingModal.js
@@ -5,7 +5,7 @@ import commonStyles from '../styles/commonStyles';
5
import Modal, { ModalCenteredContent } from './Modal';
6
import Text from './Text';
7
8
-function LoadingModal({ visible, message, behavior = '' }) {
+function LoadingModal({ visible, message, behavior }) {
9
const themeColorPalatte = useThemeColorPalatte();
10
11
const styles = {
0 commit comments