Skip to content

Commit

Permalink
fixing code styles in ButtonWithDropdownMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
dostongulmatov committed Jun 14, 2023
1 parent 413759a commit 07bdeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonWithDropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ButtonWithDropdownMenu = (props) => {
});
});
}, [windowWidth, windowHeight, isMenuVisible]);

return (
<View>
{props.options.length > 1 ? (
Expand Down

0 comments on commit 07bdeb3

Please sign in to comment.