Skip to content

Commit 0089f95

Browse files
author
Fabian Stoehr
committed
chore: remove unused prop
1 parent f44f59b commit 0089f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WorkspaceArea.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function WorkspaceArea({
5959
>
6060
{
6161
isWorkspaceAddVisible
62-
? <WorkspaceAdd isWorkspaceControlPanelVisible={isWorkspaceControlPanelVisible} />
62+
? <WorkspaceAdd />
6363
: <Workspace />
6464
}
6565
<ErrorDialog />

0 commit comments

Comments
 (0)