diff --git a/apis/nucleus/src/components/selections/AppSelections.jsx b/apis/nucleus/src/components/selections/AppSelections.jsx index 8c6ae63fa..b188d4b34 100644 --- a/apis/nucleus/src/components/selections/AppSelections.jsx +++ b/apis/nucleus/src/components/selections/AppSelections.jsx @@ -10,7 +10,7 @@ import Nav from './Nav'; import useAppSelections from '../../hooks/useAppSelections'; import uid from '../../object/uid'; -function AppSelections({ app }) { +function AppSelections({ app, halo }) { const theme = useTheme(); const [appSelections] = useAppSelections(app); if (!appSelections) return null; @@ -33,7 +33,7 @@ function AppSelections({ app }) {