mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
feat: adding translation for button
This commit is contained in:
parent
a121ef77c0
commit
fba86002d1
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ export function useUserDetails() {
|
|||
} = useAppSelector((state) => state.userDetails);
|
||||
|
||||
const clearUserDetails = useCallback(async () => {
|
||||
Sentry.setUser(null);
|
||||
|
||||
dispatch(setUserDetails(null));
|
||||
dispatch(setProfileBackground(null));
|
||||
|
||||
|
|
Loading…
Reference in a new issue