From fb05e624b728cff1d47cccdfaa6394b4fd7cf08d Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 4 May 2026 13:41:33 +0200 Subject: [PATCH] hide party invite --- web/src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/index.tsx b/web/src/routes/index.tsx index ad4946c..796be4c 100644 --- a/web/src/routes/index.tsx +++ b/web/src/routes/index.tsx @@ -17,7 +17,7 @@ function App() { {!user?.lastSyncAt && } - {user && } + {user && party?.data?.status != "running" && } {party && !party.data && members.length > 1 && } {party?.data && }