Skip to content

Commit

Permalink
chore(vercel): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Mar 7, 2024
1 parent 1712fc0 commit 08f50af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/providers/RootStoreProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type TProps = {
const RootStoreWrapper: FC<TProps> = ({ children }) => {
const userHasLogin = false

// const theme = useTheme()
const theme = useTheme()
const metric = useMetric()
const activeThread = useThreadParam()

Expand Down Expand Up @@ -70,7 +70,7 @@ const RootStoreWrapper: FC<TProps> = ({ children }) => {
dashboardThread: dashboard,
wallpaperEditor: wallpaper,
theme: {
curTheme: 'day',
curTheme: theme,
},
})

Expand Down

0 comments on commit 08f50af

Please sign in to comment.