Skip to content

Commit

Permalink
Linters: Fix ESlint space error on 'SidePanel.jsx'
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres authored Apr 15, 2024
1 parent 16e5883 commit c96276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidePanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function SidePanel() {
className="panel_button"
onClick={() => toggleMenu(true)}
>
<FaBars className="bars_icon_svg" size={iconSize}/>
<FaBars className="bars_icon_svg" size={iconSize} />
</button>
<div className="panel_menu" ref={panel}>
<div>
Expand Down

0 comments on commit c96276b

Please sign in to comment.