diff --git a/viz/app/store_page.js b/viz/app/store_page.js index b3a985d..1c52960 100644 --- a/viz/app/store_page.js +++ b/viz/app/store_page.js @@ -334,8 +334,9 @@ export async function renderStore($app, storeLabelRaw) { } function formatDollars(p) { - if (!Number.isFinite(p)) return ""; - return `$${Math.round(p)}`; + return `$${p}`; + // if (!Number.isFinite(p)) return ""; + // return `$${Math.round(p)}`; } let selectedMaxPrice = clampAndRound(