Skip to content

Commit

Permalink
Minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
selinali2010 committed Sep 22, 2023
1 parent 6d3abcd commit 1728f27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/renderer/MainContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const MainContent = () => {
</div>
) : (
<>
<div className="row main-content-title">
<div className="main-content-title">
<h4>Parametric EQ</h4>
<Button
ariaLabel="Clear Gains"
Expand All @@ -108,9 +108,7 @@ const MainContent = () => {
ariaLabel={`${size} Band`}
isDisabled={false}
className="small"
handleChange={handleFixedBand(
size as unknown as FixedBandSizeEnum
)}
handleChange={handleFixedBand(size as FixedBandSizeEnum)}
>
{`${size} Band`}
</Button>
Expand Down

0 comments on commit 1728f27

Please sign in to comment.