We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b2eceb + a0541a1 commit c9445a1Copy full SHA for c9445a1
src/components/ui/ship-pill-cluster.tsx
@@ -56,7 +56,7 @@ export default function ShipPillCluster({
56
{chain[0].shipStatus === 'shipped' ? (
57
<>
58
{allShipsHaveVoteRequirementMet ? (
59
- chain.at(-1)?.doubloonPayout != null ? (
+ chain.at(-1).paidOut == true ? (
60
<Pill
61
classes={`${transparent && 'bg-white/15 text-white'} ${size === 'small' ? 'text-xs' : ''}`}
62
msg={pluralize(roundedPayout, 'doubloon', true)}
0 commit comments