Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2023
1 parent 810e784 commit 3a327ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions taxonium_component/src/components/DeckSettingsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,11 @@ const DeckSettingsModal = ({
<div>
<label>
Default color for nodes:
<ColorPicker
color={noneColor}
setColor={setNoneColor}
/>
<ColorPicker color={noneColor} setColor={setNoneColor} />
</label>
</div>
</div>
</TabPanel>



</Tabs>
</Modal>
);
Expand Down

0 comments on commit 3a327ce

Please sign in to comment.