Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff53ad6

Browse files
committed
fmt
1 parent d487b08 commit ff53ad6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

site/src/pages/WorkspacesPage/WorkspacesPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ const WorkspacesPage: FC = () => {
136136
</Button>
137137
</Link>
138138
</Stack>
139-
<WorkspacesPageView
140-
loading={workspacesState.hasTag("loading")}
141-
workspaces={workspacesState.context.workspaces}
139+
<WorkspacesPageView
140+
loading={workspacesState.hasTag("loading")}
141+
workspaces={workspacesState.context.workspaces}
142142
query={workspacesState.context.filter}
143143
/>
144144
</Margins>

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({ loading, works
7171
) : (
7272
<TableRow>
7373
<TableCell colSpan={999}>
74-
<EmptyState
75-
message={Language.emptyResultsMessage}
76-
/>
74+
<EmptyState message={Language.emptyResultsMessage} />
7775
</TableCell>
7876
</TableRow>
7977
)}

0 commit comments

Comments
 (0)