hide party invite
This commit is contained in:
parent
ba5274e726
commit
fb05e624b7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function App() {
|
||||||
<MainContent>
|
<MainContent>
|
||||||
<UserInfo />
|
<UserInfo />
|
||||||
{!user?.lastSyncAt && <SyncButton />}
|
{!user?.lastSyncAt && <SyncButton />}
|
||||||
{user && <PartyQr />}
|
{user && party?.data?.status != "running" && <PartyQr />}
|
||||||
{party && !party.data && members.length > 1 && <StartParty />}
|
{party && !party.data && members.length > 1 && <StartParty />}
|
||||||
{party?.data && <PartyView />}
|
{party?.data && <PartyView />}
|
||||||
</MainContent>
|
</MainContent>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue