Skip to content

Commit

Permalink
Remove hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 11, 2024
1 parent d25e99d commit c64d8a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/desktop/src/views/settings/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export const Account = () => {
const [showQuitDialog, setShowQuitDialog] = useState(false);
const [user, setUser] = useState<VoiceUser | null>(null);
const [tokenExpires, setTokenExpires] = useState(localStorage.getItem("discord_access_token_expiry"));
const [zoom, setZoom] = useState(1);

// pull out the user data from localStorage
useEffect(() => {
Expand Down

0 comments on commit c64d8a8

Please sign in to comment.