diff --git a/src/renderer/features/sidebar/components/sidebar-playlist-list.tsx b/src/renderer/features/sidebar/components/sidebar-playlist-list.tsx index 2d6cea80..9a92e791 100644 --- a/src/renderer/features/sidebar/components/sidebar-playlist-list.tsx +++ b/src/renderer/features/sidebar/components/sidebar-playlist-list.tsx @@ -7,7 +7,6 @@ import { RiAddCircleFill, RiArrowDownSLine, RiArrowUpSLine, - RiMoreFill, RiPlayFill, } from 'react-icons/ri'; import { generatePath } from 'react-router'; @@ -75,7 +74,24 @@ const PlaylistRow = ({ index, data, style }: ListChildComponentProps) => { : undefined; return ( -