mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 02:57:57 +00:00
Fixing table data population
This commit is contained in:
parent
54094433ab
commit
202fbeec7a
2 changed files with 2 additions and 2 deletions
|
|
@ -596,7 +596,7 @@ const ChannelsTable = ({}) => {
|
|||
),
|
||||
},
|
||||
],
|
||||
[selectedProfileId]
|
||||
[selectedProfileId, channelGroups, logos]
|
||||
);
|
||||
|
||||
const renderHeaderCell = (header) => {
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ const StreamsTable = ({}) => {
|
|||
),
|
||||
},
|
||||
],
|
||||
[]
|
||||
[channelGroups, playlists]
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue