diff --git a/apps/web/src/app/(protected)/settings/channel/[channelName]/page.client.tsx b/apps/web/src/app/(protected)/settings/channel/[channelName]/page.client.tsx index 4ad364b..98df40d 100644 --- a/apps/web/src/app/(protected)/settings/channel/[channelName]/page.client.tsx +++ b/apps/web/src/app/(protected)/settings/channel/[channelName]/page.client.tsx @@ -397,9 +397,9 @@ export default function ChannelSettingsClient({

Stream Information

{channel.streamInfo.length > 0 ? (
- {channel.streamInfo.map((stream) => ( + {channel.streamInfo.map((stream, index) => (