From 85325334e609db92a9f53e74bafc473f85807fe3 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 28 May 2024 17:23:45 +0200 Subject: [PATCH] fix(ui): next button disabled --- .../app/components/Session_/QueueControls/QueueControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/QueueControls/QueueControls.tsx b/frontend/app/components/Session_/QueueControls/QueueControls.tsx index a02552460..a3ebb0557 100644 --- a/frontend/app/components/Session_/QueueControls/QueueControls.tsx +++ b/frontend/app/components/Session_/QueueControls/QueueControls.tsx @@ -93,7 +93,7 @@ function QueueControls(props: Props) { content={
Play Next Session
} open={nextId ? undefined : false} > -