Skip to content

Commit 8c7f11a

Browse files
authored
chore(collection-header): remove semicolon (#5736)
remove semicolon
1 parent df5f24a commit 8c7f11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-workspaces/src/components/workspaces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const CompassWorkspaces: React.FunctionComponent<CompassWorkspacesProps> = ({
219219
onNamespaceNotFound(activeTab, activeTab.connectionId, ns);
220220
}}
221221
>
222-
<Component tabId={id} {...collectionMetadata}></Component>;
222+
<Component tabId={id} {...collectionMetadata}></Component>
223223
</NamespaceProvider>
224224
</ConnectionInfoProvider>
225225
);

0 commit comments

Comments
 (0)