mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix some linting issues
This commit is contained in:
@@ -222,7 +222,7 @@ export const useActions = ({ close = () => {}, item }) => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!user.isEmailConfirmed) {
|
||||
if (!user?.isEmailConfirmed) {
|
||||
ToastEvent.show({
|
||||
heading: 'Email is not verified',
|
||||
message: 'Please verify your email first.',
|
||||
|
||||
Reference in New Issue
Block a user