From 13ee494d8ac7a25799bf77cb57a8638feff15049 Mon Sep 17 00:00:00 2001 From: AlexAlexandre Date: Thu, 9 Dec 2021 21:10:35 -0300 Subject: [PATCH] minor tweak --- app/views/RoomView/List/List.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/RoomView/List/List.tsx b/app/views/RoomView/List/List.tsx index 6b1e9f367..c470eb806 100644 --- a/app/views/RoomView/List/List.tsx +++ b/app/views/RoomView/List/List.tsx @@ -19,7 +19,6 @@ const styles = StyleSheet.create({ interface IRoomListProps extends FlatListProps { listRef: React.Ref; - // listRef: React.MutableRefObject>; } const List = ({ listRef, ...props }: IRoomListProps): JSX.Element => (