minor tweak

This commit is contained in:
AlexAlexandre 2021-12-09 21:10:35 -03:00
parent 91f73a5101
commit 13ee494d8a
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ const styles = StyleSheet.create({
interface IRoomListProps extends FlatListProps<IRoomItem> {
listRef: React.Ref<FlatList>;
// listRef: React.MutableRefObject<AnimatedComponent<typeof FlatList>>;
}
const List = ({ listRef, ...props }: IRoomListProps): JSX.Element => (