mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
disable single attribute per line
This commit is contained in:
@@ -83,12 +83,7 @@ export const RightSidebar = forwardRef(
|
||||
const showSideQueue = rightExpanded && location.pathname !== AppRoute.NOW_PLAYING;
|
||||
|
||||
return (
|
||||
<AnimatePresence
|
||||
initial={false}
|
||||
key="queue-sidebar"
|
||||
mode="sync"
|
||||
presenceAffectsLayout
|
||||
>
|
||||
<AnimatePresence initial={false} key="queue-sidebar" mode="sync" presenceAffectsLayout>
|
||||
{showSideQueue && (
|
||||
<>
|
||||
{sideQueueType === 'sideQueue' ? (
|
||||
|
||||
Reference in New Issue
Block a user