[IMPROVE] trying remove an IGTM error
This commit is contained in:
parent
acdc2ce8f5
commit
0354b49b08
|
@ -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} />, []);
|
||||
|
||||
|
|
Loading…
Reference in New Issue