Fixing table data population

This commit is contained in:
dekzter 2025-04-24 13:33:14 -04:00
parent 54094433ab
commit 202fbeec7a
2 changed files with 2 additions and 2 deletions

View file

@ -596,7 +596,7 @@ const ChannelsTable = ({}) => {
),
},
],
[selectedProfileId]
[selectedProfileId, channelGroups, logos]
);
const renderHeaderCell = (header) => {

View file

@ -276,7 +276,7 @@ const StreamsTable = ({}) => {
),
},
],
[]
[channelGroups, playlists]
);
/**