[IMPROVE] trying remove an IGTM error

This commit is contained in:
AlexAlexandre 2021-07-15 18:56:37 -03:00
parent acdc2ce8f5
commit 0354b49b08
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ const ActionSheet = React.memo(forwardRef(({ children, theme }: {children: JSX.E
{I18n.t('Cancel')}
</Text>
</Button>
) : null), [theme, data, hide()]);
) : null), [theme, data, hide]);
const renderItem = useCallback(({ item }) => <Item item={item} hide={hide} theme={theme} />, []);