diff --git a/app/views/RoomView/List/index.tsx b/app/views/RoomView/List/index.tsx index 2cf6a74b3..d23546294 100644 --- a/app/views/RoomView/List/index.tsx +++ b/app/views/RoomView/List/index.tsx @@ -48,7 +48,6 @@ interface IRoomListContainerProps { navigation: StackNavigationProp; showMessageInMainThread: boolean; serverVersion: string; - t?: string; // TODO - verify if this props exist } class ListContainer extends React.Component { diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index 260c9c001..d055143e0 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -1250,7 +1250,6 @@ class RoomView extends React.Component { ref={this.list} listRef={this.flatList} rid={rid} - t={t} tmid={this.tmid} theme={theme} tunread={room?.tunread}