Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed Apr 16, 2024
1 parent a00d290 commit f8f1c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/Composer/ComposerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function Menu({data, functions, inPreview}: MenuProps) {
<MemoizedIcon icon={FaSave} className={'icon'}/>
</MenuButton>
<MenuItem id={"Songs"} ariaLabel='Song menu'>
<MemoizedIcon icon={FaSave} className={'icon'}/>
<MemoizedIcon icon={FaMusic} className={'icon'}/>
</MenuItem>
<MenuItem id={"Settings"} ariaLabel='Settings menu'>
<MemoizedIcon icon={FaCog} className={'icon'}/>
Expand Down
3 changes: 2 additions & 1 deletion src/pages/composer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,8 @@ class Composer extends Component<ComposerProps, ComposerState> {
/>
<ComposerTools
data={{
isToolsVisible, layer,
isToolsVisible,
layer,
hasCopiedColumns: copiedColumns.length > 0,
selectedColumns,
undoHistory
Expand Down

0 comments on commit f8f1c0b

Please sign in to comment.