Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 4, 2023
1 parent b6d907e commit 15971c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/map/popups/Polygon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function PolygonPopup({
case 'object':
return <CircularProgress size={10} />
default:
return ''
return 'Loading'
}
}

Expand Down

0 comments on commit 15971c4

Please sign in to comment.