Skip to content

Commit f4ebdb2

Browse files
sonar fixing
1 parent 3d27fb9 commit f4ebdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/LoadingModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import commonStyles from '../styles/commonStyles';
55
import Modal, { ModalCenteredContent } from './Modal';
66
import Text from './Text';
77

8-
function LoadingModal({ visible, message, behavior = '' }) {
8+
function LoadingModal({ visible, message, behavior }) {
99
const themeColorPalatte = useThemeColorPalatte();
1010

1111
const styles = {

0 commit comments

Comments
 (0)