wait
This commit is contained in:
parent
1141934cbd
commit
e84425c14c
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ export default function Home() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ChatLayout
|
<ChatLayout
|
||||||
title={`#${channel}`}
|
title={channel ? `#${channel}` : `Waiting for channel selection...`}
|
||||||
subtitle={error}
|
subtitle={error}
|
||||||
props={{
|
props={{
|
||||||
channels,
|
channels,
|
||||||
|
|
Loading…
Reference in a new issue