diff --git a/components/PartyDetails/index.tsx b/components/PartyDetails/index.tsx index 37fd2514..e2e4b2d0 100644 --- a/components/PartyDetails/index.tsx +++ b/components/PartyDetails/index.tsx @@ -750,7 +750,7 @@ const PartyDetails = (props: Props) => { {readOnly} {editable} - {remixes.length > 0 ? remixSection() : ''} + {remixes && remixes.length > 0 ? remixSection() : ''} {deleteAlert()} )