put BTC before BX in unit rotation

This commit is contained in:
2024-08-15 19:41:18 -06:00
parent 60e2d549cc
commit 7df6668dc6

View File

@@ -30,8 +30,8 @@ export const SHARED_PHOTO_BASE64_KEY = "shared-photo-base64";
/* eslint-disable prettier/prettier */ /* eslint-disable prettier/prettier */
export const UNIT_SHORT: Record<string, string> = { export const UNIT_SHORT: Record<string, string> = {
"BX": "BX",
"BTC": "BTC", "BTC": "BTC",
"BX": "BX",
"ETH": "ETH", "ETH": "ETH",
"HUR": "Hours", "HUR": "Hours",
"USD": "US $", "USD": "US $",
@@ -40,8 +40,8 @@ export const UNIT_SHORT: Record<string, string> = {
/* eslint-disable prettier/prettier */ /* eslint-disable prettier/prettier */
export const UNIT_LONG: Record<string, string> = { export const UNIT_LONG: Record<string, string> = {
"BX": "Buxbe",
"BTC": "Bitcoin", "BTC": "Bitcoin",
"BX": "Buxbe",
"ETH": "Ethereum", "ETH": "Ethereum",
"HUR": "hours", "HUR": "hours",
"USD": "dollars", "USD": "dollars",