mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: adding translation for button
This commit is contained in:
parent
a121ef77c0
commit
fba86002d1
@ -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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user