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

View File

@@ -1,5 +1,4 @@
import { useOutletContext, useParams } from 'react-router-dom'; import { useOutletContext, useParams } from 'react-router-dom';
import Notifications from '../components/Notifications';
import PlaylistList from '../components/PlaylistList'; import PlaylistList from '../components/PlaylistList';
import { useEffect, useState } from 'react'; import { useEffect, useState } from 'react';
import { OutletContextType } from './Base'; import { OutletContextType } from './Base';
@@ -58,8 +57,6 @@ const ChannelPlaylist = () => {
<title>TA | Channel: Playlists</title> <title>TA | Channel: Playlists</title>
<ScrollToTopOnNavigate /> <ScrollToTopOnNavigate />
<div className="boxed-content"> <div className="boxed-content">
<Notifications pageName="channel" includeReindex={true} />
<div className="view-controls"> <div className="view-controls">
<div className="toggle"> <div className="toggle">
<span>Show subscribed only:</span> <span>Show subscribed only:</span>