diff --git a/components/Dashboard.jsx b/components/Dashboard.jsx index dd7da1a1..88685a02 100644 --- a/components/Dashboard.jsx +++ b/components/Dashboard.jsx @@ -5,7 +5,6 @@ import HeaderWithData from '../components/HeaderWithData' import { WorkspaceProvider } from '../contexts/WorkspaceContext' import { useFilteredGarden } from '../hooks/concepts'; import Cards from '../components/Cards'; -import { FurnitureStore } from 'rdf-namespaces/dist/schema' export default function Dashboard() { const webId = useWebId(); diff --git a/components/Header.jsx b/components/Header.jsx index 21ab952e..aac894f3 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -50,7 +50,7 @@ export default function Header({ }) { const avatarImgSrc = profile && getUrl(profile, FOAF.img); const [activeModal, setActiveModal] = useState(undefined); - const bg = type == 'dashboard' ? 'bg-header-gradient' : 'bg-my-green'; + const bg = (type == 'dashboard') ? 'bg-header-gradient' : 'bg-my-green'; return (