Skip to content

Commit

Permalink
Drop className="wrapper-workspaces-drawer-item__workspace"
Browse files Browse the repository at this point in the history
  • Loading branch information
m-roberts committed Dec 20, 2022
1 parent 456bb42 commit 3b30bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/workspaces/components/WorkspaceDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ class WorkspaceDrawer extends Component<IProps> {
}
services={getServicesForWorkspace(workspace)}
shortcutIndex={index + 1}
className="wrapper-workspaces-drawer-item__workspace"
/>
</div>
<div className="wrapper-workspaces-drawer-item__buttons">
Expand Down

0 comments on commit 3b30bcf

Please sign in to comment.