mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 20:04:38 +00:00
Remove unneeded comment
This commit is contained in:
parent
148e418c8a
commit
60e92805dd
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ table.table.table-striped
|
|||
strong=env.t('experience')
|
||||
| : {{Math.floor(profile.stats.exp)}} / {{Shared.tnl(profile.stats.lvl)}}
|
||||
|
||||
// FIXME get translations working before can use this
|
||||
unless mobile
|
||||
h4.stats-equipment(class=mobile?'item item-divider':'',ng-show='user.flags.itemsEnabled')=env.t('equipment')
|
||||
table.table.table-striped(ng-show='user.flags.itemsEnabled')
|
||||
|
|
|
|||
Loading…
Reference in a new issue