Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
elamperti committed Sep 15, 2024
1 parent 10a18f4 commit 16b1206
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/domains/scrobbleAlbum/partials/TracklistFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ export function TracklistFilter() {

return (
<div className="d-flex flex-row-reverse align-items-center TracklistFilter-container">
<FontAwesomeIcon
icon={faFilter}
// className={showForm ? 'text-secondary' : 'text-primary'}
className="text-secondary"
onClick={() => setFormVisible(!showForm)}
/>
<FontAwesomeIcon icon={faFilter} className="text-secondary" onClick={() => setFormVisible(!showForm)} />
{showForm && (
<div className="me-2 d-flex flex-row">
<label htmlFor="albumCleanupPattern">
Expand Down

0 comments on commit 16b1206

Please sign in to comment.