From c22fe144b07c7e67381e11984b0ac615d32a93b2 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 17 Jul 2025 20:27:04 +0700 Subject: [PATCH] fix remove duplicate notification box in channel playlist page --- frontend/src/pages/ChannelPlaylist.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/pages/ChannelPlaylist.tsx b/frontend/src/pages/ChannelPlaylist.tsx index 14b2912e..03597913 100644 --- a/frontend/src/pages/ChannelPlaylist.tsx +++ b/frontend/src/pages/ChannelPlaylist.tsx @@ -1,5 +1,4 @@ import { useOutletContext, useParams } from 'react-router-dom'; -import Notifications from '../components/Notifications'; import PlaylistList from '../components/PlaylistList'; import { useEffect, useState } from 'react'; import { OutletContextType } from './Base'; @@ -58,8 +57,6 @@ const ChannelPlaylist = () => { TA | Channel: Playlists
- -
Show subscribed only: