Skip to content

Commit

Permalink
chore: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Stoehr committed Jan 27, 2025
1 parent f44f59b commit 0089f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkspaceArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function WorkspaceArea({
>
{
isWorkspaceAddVisible
? <WorkspaceAdd isWorkspaceControlPanelVisible={isWorkspaceControlPanelVisible} />
? <WorkspaceAdd />
: <Workspace />
}
<ErrorDialog />
Expand Down

0 comments on commit 0089f95

Please sign in to comment.