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