mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
Fixd experience history click
This commit is contained in:
parent
1afdfaaa53
commit
b9fb4fc39e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<div class="progress progress-warning">
|
||||
<span class="progress-text">
|
||||
{#if _user.history.exp}
|
||||
<a x-bind=click:toggleChart data-chart-selector="exp-chart" data-history-path="_user.history.exp"><i class=icon-signal></i></a>
|
||||
<a x-bind=click:toggleChart data-toggle-id="exp-chart" data-history-path="_user.history.exp"><i class=icon-signal></i></a>
|
||||
{/}
|
||||
Exp: {round(_user.stats.exp)} / {_tnl}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue