Skip to content

Commit 29a72ab

Browse files
git-babelAhyoungRyu
authored andcommitted
Fix build error of migration branch (#1245)
1 parent 15c0ffb commit 29a72ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/GroupChannelList/context/GroupChannelListProvider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const initialState: GroupChannelListState = {
6666
allowProfileEdit: false,
6767
isTypingIndicatorEnabled: false,
6868
isMessageReceiptStatusEnabled: false,
69-
onChannelSelect: expect.any(Function),
70-
onChannelCreated: expect.any(Function),
69+
onChannelSelect: () => {},
70+
onChannelCreated: () => {},
7171
onThemeChange: noop,
7272
onCreateChannelClick: noop,
7373
onBeforeCreateChannel: null,

0 commit comments

Comments
 (0)