Skip to content

Commit

Permalink
feat(event): disable invitation card selection
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jun 7, 2022
1 parent e0795c4 commit ade33ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt/pages/event/_username/_event_name/index.vue
Expand Up @@ -158,6 +158,7 @@
</ButtonColored>
</div>
</div>
<!--
<div
v-if="invitation.feedback === 'ACCEPTED'"
class="col-span-1 m-auto rounded-full bg-gray-500 px-2 text-text-bright"
Expand Down Expand Up @@ -203,7 +204,7 @@
class="col-span-1 m-auto rounded-full bg-gray-500 px-2 text-text-bright"
>
{{ $t('step2Of2') }}
</div>
</div> -->
</div>
</div>
<div v-if="event.description">
Expand Down

0 comments on commit ade33ad

Please sign in to comment.