Skip to content

Commit

Permalink
automatic chores: linting [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-automatic-chores committed Nov 5, 2024
1 parent 22c8b3f commit 6e058e8
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ export function useToolbarMenuRender() {

return (
<div hidden={item.hidden}>
<MenuItem
content={item.text}
icon={createIcon(item)}
style={createStyle(item)}
disabled={item.disabled}
onClick={(e) => {
item.onClick(e)
closeMenu && closeMenu()
}}
/>
<MenuItem
content={item.text}
icon={createIcon(item)}
style={createStyle(item)}
disabled={item.disabled}
onClick={(e) => {
item.onClick(e)
closeMenu && closeMenu()
}}
/>
</div>
)
}
Expand Down

0 comments on commit 6e058e8

Please sign in to comment.