Skip to content

Commit 775d974

Browse files
committed
refactor: missing semicolon
1 parent dabcfb5 commit 775d974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popups/PasskeyInfoPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const PasskeyInfoPopup = () => {
3232
description: t('passkeyInfoPopup.otherDeviceDescription'),
3333
icon: QrCodeIcon,
3434
},
35-
}
35+
};
3636

3737
return (
3838
<>

0 commit comments

Comments
 (0)