feat: adding translation for button

This commit is contained in:
Chubby Granny Chaser 2025-01-01 21:38:28 +00:00
parent a121ef77c0
commit fba86002d1
No known key found for this signature in database

View File

@ -31,6 +31,8 @@ export function useUserDetails() {
} = useAppSelector((state) => state.userDetails); } = useAppSelector((state) => state.userDetails);
const clearUserDetails = useCallback(async () => { const clearUserDetails = useCallback(async () => {
Sentry.setUser(null);
dispatch(setUserDetails(null)); dispatch(setUserDetails(null));
dispatch(setProfileBackground(null)); dispatch(setProfileBackground(null));