mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix(gems modal): remove duplicate id property, fix #10919
This commit is contained in:
parent
88f28188a1
commit
2335ad4167
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.col-md-8.align-self-center
|
||||
p=text
|
||||
div(v-if='user')
|
||||
b-modal#buy-gems(:hide-footer='true', :id='"buy-gems"', size='lg')
|
||||
b-modal#buy-gems(:hide-footer='true', size='lg')
|
||||
.header-wrap(slot='modal-header')
|
||||
.image-gemfall
|
||||
.row
|
||||
|
|
|
|||
Loading…
Reference in a new issue