From 55ae3afd2f0e0ee7b8f17a450991094040206859 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Mon, 18 Nov 2024 08:57:35 -0500 Subject: [PATCH] Bun fmt --- src/components/ui/ship-pill-cluster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>