Skip to content

Commit ab2bfbf

Browse files
committed
Format
1 parent 9a267d6 commit ab2bfbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ export const WorkspaceSchedulePage: React.FC = () => {
6060
return <Navigate to="/workspaces" />
6161
}
6262

63-
if (
64-
scheduleState.hasTag("loading")
65-
) {
63+
if (scheduleState.hasTag("loading")) {
6664
return <FullScreenLoader />
6765
}
6866

0 commit comments

Comments
 (0)