diff --git a/admin/inertia/pages/home.tsx b/admin/inertia/pages/home.tsx index 69a8f9b..9b9e285 100644 --- a/admin/inertia/pages/home.tsx +++ b/admin/inertia/pages/home.tsx @@ -97,7 +97,7 @@ export default function Home(props: { const { data: easySetupVisited } = useSystemSetting({ key: 'ui.hasVisitedEasySetup' }) - const shouldHighlightEasySetup = easySetupVisited?.value ? easySetupVisited?.value !== 'true' : false + const shouldHighlightEasySetup = easySetupVisited?.value ? String(easySetupVisited.value) !== 'true' : false // Add installed services (non-dependency services only) props.system.services