fix: Romove unused code to avoid console errors

This commit is contained in:
Suraj Shetty 2019-11-27 08:58:06 +05:30
parent 653c89b739
commit d623f5e073

View file

@ -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>