Skip to content

Commit 42f45f6

Browse files
Fixing channel loading behaviour
1 parent 103e258 commit 42f45f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Channel/Channel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ const Channel = (props) => {
194194
const initChannel = async () => {
195195
let initError = false;
196196
setError(false);
197+
setLoading(true);
198+
197199
if (!channel.initialized && channel.cid) {
198200
try {
199201
await channel.watch();

0 commit comments

Comments
 (0)