diff --git a/src/components/ui/ship-pill-cluster.tsx b/src/components/ui/ship-pill-cluster.tsx index b385fa54..acd622ac 100644 --- a/src/components/ui/ship-pill-cluster.tsx +++ b/src/components/ui/ship-pill-cluster.tsx @@ -15,7 +15,7 @@ export default function ShipPillCluster({ ? shipChains.get(ship.wakatimeProjectNames.join(',')) : null const shipUpdateCount = shipUpdates ? shipUpdates.length - 1 : null - const unit = ship.doubloonPayout == 1 || "1" ? "Doubloon" : "Doubloons"; + const unit = ship.doubloonPayout == 1 || '1' ? 'Doubloon' : 'Doubloons' return ( <>