Skip to content

Commit 7f5fa43

Browse files
committed
cr fixes
1 parent 70ab0d4 commit 7f5fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/components/Modals/UserModal/UserModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const brandName = Config.getConfig().BRAND_NAME;
5454

5555
const UserModal: React.FC<UserModalProps> = ({
5656
userId,
57-
onClose = () => undefined,
57+
onClose = () => {},
5858
userRepository,
5959
actionsViewModel,
6060
core = container.resolve(Core),

0 commit comments

Comments
 (0)