Skip to content

Commit

Permalink
Update src/components/molecules/MunicipalityEditor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Brooks <brooks.jonathan1@gmail.com>
  • Loading branch information
FredrikAugust and blauks authored Apr 21, 2021
1 parent fa003b2 commit e7a49a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/MunicipalityEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const MunicipalityEditor: React.FC<MunicipalityEditorProps> = (props) => {
}

if (!data) {
return <Text>Empty</Text>;
return <Text>Tomt</Text>;
}

const setMunicipality = (name: string) => {
Expand Down

0 comments on commit e7a49a9

Please sign in to comment.