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 => (