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 b3c0b43 commit a19d95aCopy full SHA for a19d95a
components/dashboard/src/workspaces/Workspaces.tsx
@@ -291,7 +291,7 @@ const WorkspacesPage: FunctionComponent = () => {
291
return <WorkspaceEntry key={info.id} info={info} />;
292
})}
293
{filteredActiveWorkspaces.length > 0 && <div className="py-6"></div>}
294
- {filteredInactiveWorkspaces.length > -1 && (
+ {filteredInactiveWorkspaces.length > 0 && (
295
<div>
296
<div
297
onClick={() => setShowInactive(!showInactive)}
0 commit comments