diff --git a/src/routes/chat/GuestChannelChat/index.tsx b/src/routes/chat/GuestChannelChat/index.tsx index b6d0324b..160fc068 100644 --- a/src/routes/chat/GuestChannelChat/index.tsx +++ b/src/routes/chat/GuestChannelChat/index.tsx @@ -41,7 +41,7 @@ export default function GuestChannelChat({ cid = 0 }: Props) { to={cid} context="channel" header={ -
+
@@ -51,7 +51,7 @@ export default function GuestChannelChat({ cid = 0 }: Props) {
} > -
+ <> {hasMore ? ( ) : ( @@ -75,7 +75,7 @@ export default function GuestChannelChat({ cid = 0 }: Props) { context: "channel" }); })} -
+ );