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 (
|
||||
<ChatLayout
|
||||
title={`#${channel}`}
|
||||
title={channel ? `#${channel}` : `Waiting for channel selection...`}
|
||||
subtitle={error}
|
||||
props={{
|
||||
channels,
|
||||
|
|
Loading…
Reference in a new issue