This commit is contained in:
MeowcaTheoRange 2024-05-09 16:35:02 -05:00
parent 1141934cbd
commit e84425c14c

View file

@ -397,7 +397,7 @@ export default function Home() {
return (
<ChatLayout
title={`#${channel}`}
title={channel ? `#${channel}` : `Waiting for channel selection...`}
subtitle={error}
props={{
channels,