Skip to content

Commit 80ec68d

Browse files
committed
refactor: remove rest of threadInstance references in channelState.ts
1 parent 8fca084 commit 80ec68d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Channel/channelState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export const makeChannelReducer =
9292
return {
9393
...state,
9494
thread: null,
95-
threadInstance: undefined,
9695
threadLoadingMore: false,
9796
threadMessages: [],
9897
};

0 commit comments

Comments
 (0)