diff --git a/src/components/ui/ship-pill-cluster.tsx b/src/components/ui/ship-pill-cluster.tsx index 294fcf42..d9158c3d 100644 --- a/src/components/ui/ship-pill-cluster.tsx +++ b/src/components/ui/ship-pill-cluster.tsx @@ -56,7 +56,7 @@ export default function ShipPillCluster({ {chain[0].shipStatus === 'shipped' ? ( <> {allShipsHaveVoteRequirementMet ? ( - chain.at(-1)?.doubloonPayout != null ? ( + chain.at(-1).paidOut == true ? (