mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Fixd experience history click
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user