We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63daab9 commit 30f3d8cCopy full SHA for 30f3d8c
apps/desktop/src/views/settings/account.tsx
@@ -99,7 +99,7 @@ export const Account = () => {
99
const [showLogoutDialog, setShowLogoutDialog] = useState(false);
100
const [showQuitDialog, setShowQuitDialog] = useState(false);
101
// TODO: type this
102
- const [user, setUser] = useState < any > (null);
+ const [user, setUser] = useState<any>(null);
103
const [tokenExpires, setTokenExpires] = useState(localStorage.getItem("discord_access_token_expiry"));
104
105
// pull out the user data from localStorage
0 commit comments