Skip to content

Commit 59e7d5e

Browse files
committed
flicker less
1 parent 5d0d9bb commit 59e7d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({ loading, works
4949
</TableRow>
5050
</TableHead>
5151
<TableBody>
52-
{loading && <TableLoader />}
52+
{!workspaces && loading && <TableLoader />}
5353
{workspaces && workspaces.length === 0 && (
5454
<TableRow>
5555
<TableCell colSpan={999}>

0 commit comments

Comments
 (0)