fix registration_type case check

This commit is contained in:
2023-03-13 19:48:39 +10:00
parent 655c003969
commit d21d1b6993

View File

@@ -52,7 +52,7 @@
v-if="
event.status == 'open' &&
expired == false &&
event.registration_type != 'none'
event.registration_type == 'url'
"
class="sm-workshop-registration sm-workshop-registration-url">
<SMButton