fix: Romove unused code to avoid console errors
This commit is contained in:
parent
653c89b739
commit
d623f5e073
1 changed files with 0 additions and 7 deletions
|
|
@ -47,13 +47,6 @@
|
|||
@click="toggle_log(user.name)"
|
||||
>{{ user[key] }}</span>
|
||||
</div>
|
||||
<energy-point-history
|
||||
v-show="show_log_for===user.name"
|
||||
class="energy-point-history"
|
||||
:user="user.name"
|
||||
:from_date="from_date"
|
||||
:key="user.name + user.energy_points"
|
||||
></energy-point-history>
|
||||
</li>
|
||||
<li class="user-card text-muted" v-if="!filtered_users.length">{{__('No user found')}}</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue