Skip to content

Commit

Permalink
simplify label empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Oct 6, 2023
1 parent 16e680b commit 0166bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/panel-toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PanelToggle = ({ panel, on }: Props) => {
display={true}
on={on}
callback={() => dispatch(togglePanelDisplay(panel))}
label={""}
label=""
style={{display: "inline"}}
/>
);
Expand Down

0 comments on commit 0166bf3

Please sign in to comment.