Only show survey button if the link exists
This commit is contained in:
parent
098a71dcd6
commit
980249939d
2 changed files with 12 additions and 2 deletions
|
|
@ -17,7 +17,12 @@
|
|||
<br>
|
||||
Online Prototype Made By: Oliver Akins (Alkali Metal)
|
||||
<br>
|
||||
<a :href="$store.state.survey_link" target="_blank" rel="noopener">
|
||||
<a
|
||||
v-if="$store.state.survey_link"
|
||||
:href="$store.state.survey_link"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
<button class="clickable">
|
||||
Complete The Survey
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue