Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaductape committed Apr 5, 2024
1 parent 5dc2f92 commit 286b5ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ActionsPanel/ActionsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const ActionsPanel = () => {
const item = list.find(({ id }) => id === store.layout);
return item;
});
//

return (
<div
Expand Down Expand Up @@ -129,7 +128,6 @@ const ActionsPanel = () => {
</ul>
</div>
</Dismiss>
<div class="hidden"></div>
<div>
<label class="flex flex-col items-center text-10.5px font-bold text-#666 dark:(text-#888) cursor-pointer rounded-8px hover:text-#000 dark:hover:text-light transition">
<span>Line Wrap</span>
Expand Down

0 comments on commit 286b5ce

Please sign in to comment.