Skip to content

Commit a19d95a

Browse files
committed
revert a debugging leftover
1 parent b3c0b43 commit a19d95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/workspaces/Workspaces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const WorkspacesPage: FunctionComponent = () => {
291291
return <WorkspaceEntry key={info.id} info={info} />;
292292
})}
293293
{filteredActiveWorkspaces.length > 0 && <div className="py-6"></div>}
294-
{filteredInactiveWorkspaces.length > -1 && (
294+
{filteredInactiveWorkspaces.length > 0 && (
295295
<div>
296296
<div
297297
onClick={() => setShowInactive(!showInactive)}

0 commit comments

Comments
 (0)