diff --git a/src/Viewer.tsx b/src/Viewer.tsx index bf6f2c9..620a6e9 100644 --- a/src/Viewer.tsx +++ b/src/Viewer.tsx @@ -31,7 +31,7 @@ export default function Viewer({ return (
- {showChannelName ? ( + {showChannelName && currentChannel ? (

{currentChannel?.properties.name}