Fix broken modal

This commit is contained in:
Filipa Lacerda 2018-01-10 10:01:56 +00:00
parent 340d0002f0
commit 26f8f4713a
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<div
:id="id"
class="modal"
:class="!id ? '' : 'show'"
:class="id ? '' : 'show'"
role="dialog"
tabindex="-1"
>