3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-11 17:55:51 +00:00

Merge pull request #14 from QuickMythril/build-fix

Fix build error
This commit is contained in:
Qortal Dev 2024-02-10 20:46:42 -07:00 committed by GitHub
commit af85156cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,7 +364,7 @@ export const VideoContent = () => {
getComments(id, nameAddress);
}, [getComments, id, nameAddress]);
const subList = useSelector(
(state: RootState) => state.video.subscriptionList
(state: RootState) => state.persist.subscriptionList
);
return (