diff --git a/src/formaters.ts b/src/formaters.ts index 4287730..a554629 100644 --- a/src/formaters.ts +++ b/src/formaters.ts @@ -8,7 +8,3 @@ export const percentFormater = new Intl.NumberFormat("en-US", { style: "percent", minimumFractionDigits: 0 }); - -export const twoDigitFormater = new Intl.NumberFormat("en-US", { - maximumFractionDigits: 2 -}); \ No newline at end of file diff --git a/src/market/scan/ScanResultTable.vue b/src/market/scan/ScanResultTable.vue index e9aa7c5..2d22221 100644 --- a/src/market/scan/ScanResultTable.vue +++ b/src/market/scan/ScanResultTable.vue @@ -1,6 +1,6 @@