Skip to content

Commit

Permalink
fix v-if that shows/hides obs well link
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhillier committed Apr 4, 2019
1 parent e1a6e22 commit 66b99ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/wells/views/WellDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<b-col cols="12" md="4"><span class="font-weight-bold">Well Status:</span> {{ well.well_status }}</b-col>
<b-col cols="12" md="4"><span class="font-weight-bold">Observation Well Number:</span>
<a
v-if="well.observation_well_number !== undefined"
v-if="well.observation_well_number"
id="obs_well_number"
:href="`https://governmentofbc.maps.arcgis.com/apps/webappviewer/index.html?id=b53cb0bf3f6848e79d66ffd09b74f00d&find=OBS%20WELL%20${well.observation_well_number}`"
>
Expand Down

0 comments on commit 66b99ca

Please sign in to comment.