Skip to content

Commit 69ddc44

Browse files
fix: destructure of parameters
1 parent ba8a15c commit 69ddc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/src/pages/HomePage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const Inner = () => {
259259
};
260260

261261
export default function HomePage() {
262-
const { theme } = usePluginTheme();
262+
const theme = usePluginTheme();
263263

264264
return (
265265
<QueryClientProvider client={queryClient}>

0 commit comments

Comments
 (0)