mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
fix(dilatory): typo
This commit is contained in:
parent
27a71fa6ea
commit
de2ba36274
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html')
|
|||
.container-fluid
|
||||
.stable.row
|
||||
.col-md-2
|
||||
div(class="#{env.worldDmg.stable ? 'npc_matt_broken' : 'npc_matt'}")
|
||||
div(class="#{env.worldDmg.stables ? 'npc_matt_broken' : 'npc_matt'}")
|
||||
.col-md-10
|
||||
.popover.static-popover.fade.right.in
|
||||
.arrow
|
||||
|
|
|
|||
Loading…
Reference in a new issue