Skip to content

Commit

Permalink
rm uneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Aug 23, 2024
1 parent 3414646 commit d9cd811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ButtonWithDropdownMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function ButtonWithDropdownMenu<IValueType>({
style={[styles.w100, style]}
isLoading={isLoading}
text={selectedItem.text}
icon={selectedItem.icon}
onPress={(event) => onPress(event, options[0].value)}
large={isButtonSizeLarge}
medium={!isButtonSizeLarge}
Expand Down

0 comments on commit d9cd811

Please sign in to comment.