feat: add BYN currency
This commit is contained in:
@@ -15,6 +15,7 @@ const currencies = [
|
||||
{ value: 'EUR', label: '€ EUR' },
|
||||
{ value: 'RUB', label: '₽ RUB' },
|
||||
{ value: 'GBP', label: '£ GBP' },
|
||||
{ value: 'BYN', label: 'Br BYN' },
|
||||
]
|
||||
|
||||
export function PiggyBankForm({ categories, onSubmit, onCancel }: PiggyBankFormProps) {
|
||||
|
||||
Reference in New Issue
Block a user