Browse Source

Merge pull request #14 from QuickMythril/build-fix

Fix build error
pull/17/head
Qortal Dev 7 months ago committed by GitHub
parent
commit
af85156cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/VideoContent/VideoContent.tsx

2
src/pages/VideoContent/VideoContent.tsx

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

Loading…
Cancel
Save