fix: State of user preferences UI does not reflect defaults

This commit is contained in:
Tom Moor
2023-07-08 11:02:58 -04:00
parent a8674c7dda
commit 6bc1b789ee
2 changed files with 4 additions and 5 deletions

View File

@@ -29,8 +29,7 @@ const Theme: React.FC = ({ children }) => {
<TooltipStyles />
<GlobalStyles
useCursorPointer={auth.user?.getPreference(
UserPreference.UseCursorPointer,
true
UserPreference.UseCursorPointer
)}
/>
{children}