From 5a12cf2fc18b549693b017e3f38a85e1e6d58d1b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 5 Jul 2023 20:40:41 -0700 Subject: [PATCH] Keep description reactive This shouldn't work? The snapshot should be the reactive one? I don't fucking know --- components/party/PartyFooter/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/party/PartyFooter/index.tsx b/components/party/PartyFooter/index.tsx index dad46026..0f1e882d 100644 --- a/components/party/PartyFooter/index.tsx +++ b/components/party/PartyFooter/index.tsx @@ -211,7 +211,7 @@ const PartyFooter = (props: Props) => { {partySnapshot && partySnapshot.description && partySnapshot.description.length > 0 && ( - + )} {(!partySnapshot || !partySnapshot.description) && (