diff --git a/src/pages/VideoContent/VideoContent.tsx b/src/pages/VideoContent/VideoContent.tsx index b50735f..6a90754 100644 --- a/src/pages/VideoContent/VideoContent.tsx +++ b/src/pages/VideoContent/VideoContent.tsx @@ -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 (