mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-18 13:36:12 +01:00
Feature: Default currency symbol (#259)
* Added a env parameter to define a default currency symbol * Fixed prettier formatting
This commit is contained in:
committed by
GitHub
parent
4db788680e
commit
5111f3574f
@@ -67,7 +67,7 @@ export function GroupForm({
|
||||
: {
|
||||
name: '',
|
||||
information: '',
|
||||
currency: '',
|
||||
currency: process.env.NEXT_PUBLIC_DEFAULT_CURRENCY_SYMBOL || '',
|
||||
participants: [
|
||||
{ name: t('Participants.John') },
|
||||
{ name: t('Participants.Jane') },
|
||||
|
||||
Reference in New Issue
Block a user