Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0082b49

Browse files
committed
Add types
1 parent 44776a1 commit 0082b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/structures/RoomView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,8 +2103,8 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
21032103

21042104
const showChatEffects = SettingsStore.getValue('showChatEffects');
21052105

2106-
let mainSplitBody;
2107-
let mainSplitContentClassName;
2106+
let mainSplitBody: React.ReactFragment;
2107+
let mainSplitContentClassName: string;
21082108
// Decide what to show in the main split
21092109
switch (this.state.mainSplitContentType) {
21102110
case MainSplitContentType.Timeline:

0 commit comments

Comments
 (0)