mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
Header stuck naming fixed (#10309)
This commit is contained in:
parent
4fa2ef045d
commit
d5d06c1d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template lang="pug">
|
||||
b-modal#mount-raised-modal(:hide-header="true")
|
||||
div.content(v-if="mount != null")
|
||||
div.dialog-header.title(v-once) {{ $t('raisedPet', {pet: mount.text()}) }}
|
||||
div.dialog-header.title {{ $t('raisedPet', {pet: mount.text()}) }}
|
||||
div.inner-content
|
||||
div.pet-background
|
||||
.mount(:class="`Mount_Icon_${mount.key}`")
|
||||
|
|
|
|||
Loading…
Reference in a new issue