We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078c097 commit acb6820Copy full SHA for acb6820
src/modules/GroupChannel/context/GroupChannelProvider.tsx
@@ -193,10 +193,12 @@ export const GroupChannelProvider = (props: GroupChannelProviderProps) => {
193
onChannelDeleted: () => {
194
setCurrentChannel(null);
195
setFetchChannelError(null);
196
+ onBackClick?.();
197
},
198
onCurrentUserBanned: () => {
199
200
201
202
203
onChannelUpdated: (channel) => setCurrentChannel(channel),
204
logger: logger as any,
0 commit comments