We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c974b commit da23c35Copy full SHA for da23c35
components/dashboard/src/workspaces/Workspaces.tsx
@@ -106,7 +106,7 @@ const WorkspacesPage: FunctionComponent = () => {
106
return <WorkspaceEntry key={info.id} info={info} />;
107
})}
108
{filteredActiveWorkspaces.length > 0 && <div className="py-6"></div>}
109
- {filteredActiveWorkspaces.length > 0 && (
+ {filteredInactiveWorkspaces.length > 0 && (
110
<div>
111
<div
112
onClick={() => setShowInactive(!showInactive)}
0 commit comments