Skip to content

Commit 30f3d8c

Browse files
committed
Format
1 parent 63daab9 commit 30f3d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/views/settings/account.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const Account = () => {
9999
const [showLogoutDialog, setShowLogoutDialog] = useState(false);
100100
const [showQuitDialog, setShowQuitDialog] = useState(false);
101101
// TODO: type this
102-
const [user, setUser] = useState < any > (null);
102+
const [user, setUser] = useState<any>(null);
103103
const [tokenExpires, setTokenExpires] = useState(localStorage.getItem("discord_access_token_expiry"));
104104

105105
// pull out the user data from localStorage

0 commit comments

Comments
 (0)