diff --git a/plugins/git/src/client/components/dashboard.tsx b/plugins/git/src/client/components/dashboard.tsx index 9c09ca32..47f672ce 100644 --- a/plugins/git/src/client/components/dashboard.tsx +++ b/plugins/git/src/client/components/dashboard.tsx @@ -106,10 +106,10 @@ function ConnectionBadge() { } function ThemeToggle() { - const { theme, toggle } = useTheme() + const { toggle } = useTheme() return ( - + ) }