[offers][fix] Remove crypto coin from currencies

This commit is contained in:
Bryann Yeap Kok Keong
2022-10-24 06:18:14 +08:00
parent 34538919b1
commit 5f546f951f
2 changed files with 166 additions and 167 deletions

View File

@@ -5,8 +5,8 @@ import {
dashboardOfferDtoMapper,
getOffersResponseMapper,
} from '~/mappers/offers-mappers';
import { convertWithDate } from '~/utils/offers/currency/currencyExchange';
import { Currency } from '~/utils/offers/currency/CurrencyEnum';
import { convertWithDate } from '~/utils/offers/currency/currencyExchange';
import { createValidationRegex } from '~/utils/offers/zodRegex';
import { createRouter } from '../context';