chore: removing forgotten property
This commit is contained in:
parent
228e073f58
commit
42d1744cc3
|
@ -48,7 +48,6 @@ interface IRoomListContainerProps {
|
|||
navigation: StackNavigationProp<ChatsStackParamList>;
|
||||
showMessageInMainThread: boolean;
|
||||
serverVersion: string;
|
||||
t?: string; // TODO - verify if this props exist
|
||||
}
|
||||
|
||||
class ListContainer extends React.Component<IRoomListContainerProps, any> {
|
||||
|
|
|
@ -1250,7 +1250,6 @@ class RoomView extends React.Component<IRoomViewProps, any> {
|
|||
ref={this.list}
|
||||
listRef={this.flatList}
|
||||
rid={rid}
|
||||
t={t}
|
||||
tmid={this.tmid}
|
||||
theme={theme}
|
||||
tunread={room?.tunread}
|
||||
|
|
Loading…
Reference in New Issue