diff --git a/frontend/src/components/tables/ChannelsTable.jsx b/frontend/src/components/tables/ChannelsTable.jsx index f12d555b..1525dde2 100644 --- a/frontend/src/components/tables/ChannelsTable.jsx +++ b/frontend/src/components/tables/ChannelsTable.jsx @@ -596,7 +596,7 @@ const ChannelsTable = ({}) => { ), }, ], - [selectedProfileId] + [selectedProfileId, channelGroups, logos] ); const renderHeaderCell = (header) => { diff --git a/frontend/src/components/tables/StreamsTable.jsx b/frontend/src/components/tables/StreamsTable.jsx index b39a2454..43b9a532 100644 --- a/frontend/src/components/tables/StreamsTable.jsx +++ b/frontend/src/components/tables/StreamsTable.jsx @@ -276,7 +276,7 @@ const StreamsTable = ({}) => { ), }, ], - [] + [channelGroups, playlists] ); /**