Skip to content

Commit

Permalink
Adjust according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Oct 17, 2023
1 parent 74ca76e commit 06e1458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/modules/Map/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export function MapView(props: ModuleFCProps<MapState>) {
{hasError ? (
<ContentError>Error loading surface data</ContentError>
) : isLoading ? (
<ContentInfo>Is loading surface data</ContentInfo>
<ContentInfo>Loading surface data</ContentInfo>
) : !surfData ? (
<ContentInfo>No surface data - make valid selection</ContentInfo>
<ContentInfo>Could not find surface data for the current selection</ContentInfo>
) : (
<SubsurfaceViewer
id="deckgl"
Expand Down

0 comments on commit 06e1458

Please sign in to comment.