Skip to content

Commit c9c3a3e

Browse files
committed
fix: remove empty space from Dashboard/Content/Sandboxes
1 parent a0ef240 commit c9c3a3e

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Content/Sandboxes

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Content/Sandboxes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class Content extends React.Component<IContentProps> {
4444
<Container>
4545
<HeaderContainer>
4646
<HeaderTitle>
47-
{Header}{' '}
47+
{Header}
4848
{sandboxes && !isLoading && (
4949
<span
5050
style={{

0 commit comments

Comments
 (0)