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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy