Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Fix state label for Thüringen (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Jun 11, 2020
1 parent 11db667 commit 822a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/LocationLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class StateField extends Component {
label = 'SH';
break;
case 'Thüringen':
label = 'SN';
label = 'TH';
break;
default:
label = this.props.state;
Expand Down

0 comments on commit 822a8fc

Please sign in to comment.