Skip to content

Commit

Permalink
no default country selection
Browse files Browse the repository at this point in the history
  • Loading branch information
graphographer committed Apr 4, 2024
1 parent a8641de commit a1e95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/State.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export class State {
);
}

selectedCountry: string = 'KHM';
selectedCountry: string = '';

get selectedCountryFormatted() {
return countryNameFormatter(this.selectedCountry);
Expand Down

0 comments on commit a1e95e9

Please sign in to comment.