diff --git a/src/state/State.ts b/src/state/State.ts index de024ac..7f7e5b9 100644 --- a/src/state/State.ts +++ b/src/state/State.ts @@ -347,7 +347,7 @@ export class State { ); } - selectedCountry: string = 'KHM'; + selectedCountry: string = ''; get selectedCountryFormatted() { return countryNameFormatter(this.selectedCountry);