fix remove duplicate notification box in channel playlist page

This commit is contained in:
Simon 2025-07-17 20:27:04 +07:00
parent 64ac647ade
commit c22fe144b0
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 3 deletions

View File

@ -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 = () => {
<title>TA | Channel: Playlists</title>
<ScrollToTopOnNavigate />
<div className="boxed-content">
<Notifications pageName="channel" includeReindex={true} />
<div className="view-controls">
<div className="toggle">
<span>Show subscribed only:</span>