fix: always display a selected radio option and styling

This commit is contained in:
José Oliveira 2021-07-09 15:37:11 +01:00 committed by Josh Harvey
parent 686c7a2b36
commit 2eda9645b3
3 changed files with 18 additions and 9 deletions

View file

@ -1,3 +1,6 @@
const CURRENCY_MAX = 9999999
export { CURRENCY_MAX }
const AUTOMATIC = 'automatic'
const MANUAL = 'manual'
export { CURRENCY_MAX, AUTOMATIC, MANUAL }