Skip to content

Commit

Permalink
fix: enabled accounts check
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Mar 4, 2025
1 parent 51535db commit dbd75fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Layout = () => {
}

if (subscription) {
subscription.unsubscribe();
subscription?.unsubscribe();
}
}
};
Expand Down

0 comments on commit dbd75fe

Please sign in to comment.