Skip to content

Commit

Permalink
feat: adding translation for button
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Jan 1, 2025
1 parent a121ef7 commit fba8600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/src/hooks/use-user-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export function useUserDetails() {
} = useAppSelector((state) => state.userDetails);

const clearUserDetails = useCallback(async () => {
Sentry.setUser(null);

dispatch(setUserDetails(null));
dispatch(setProfileBackground(null));

Expand Down

0 comments on commit fba8600

Please sign in to comment.