feat: V10 store page

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-01-30 17:03:43 -08:00
parent 925dc0f55d
commit 2902151c46

View file

@ -334,8 +334,9 @@ export async function renderStore($app, storeLabelRaw) {
} }
function formatDollars(p) { function formatDollars(p) {
if (!Number.isFinite(p)) return ""; return `$${p}`;
return `$${Math.round(p)}`; // if (!Number.isFinite(p)) return "";
// return `$${Math.round(p)}`;
} }
let selectedMaxPrice = clampAndRound( let selectedMaxPrice = clampAndRound(