summaryrefslogtreecommitdiff
path: root/components/common/selectors/currency/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-13 20:18:45 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-13 20:18:45 +0900
commitc882df5fa1a181d5bfd133d5980993ac43079b72 (patch)
tree2ed9a4c8787b52d589681b3a5ece5e940d3a5e74 /components/common/selectors/currency/index.ts
parent7517ec0b016265a6c1d35f22ba6292c498669d43 (diff)
(김준회) 벤더 견적 응답: 통화 선택기 적용, 통화 가져오는 쿼리 명시적 JOIN으로 변경
Diffstat (limited to 'components/common/selectors/currency/index.ts')
-rw-r--r--components/common/selectors/currency/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/common/selectors/currency/index.ts b/components/common/selectors/currency/index.ts
index 1eb0cfbb..59819221 100644
--- a/components/common/selectors/currency/index.ts
+++ b/components/common/selectors/currency/index.ts
@@ -10,8 +10,7 @@ export { CurrencySelectorMultiDialog } from './currency-selector-multi-dialog'
export type { CurrencySelectorMultiDialogProps } from './currency-selector-multi-dialog'
export {
- getCurrencies,
- getDecimalPlaces
+ getCurrencies
} from './currency-service'
export type {
Currency