Skip to content
Snippets Groups Projects
Commit 269af9d6 authored by syuilo's avatar syuilo
Browse files

fix(client): ダッシュボードでオンラインユーザー数が表示されない問題を修正

parent d37a7343
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
<div class="icon"><i class="ti ti-access-point"></i></div>
<div class="body">
<div class="value">
<MkNumber :value="stats.onlineUsersCount" style="margin-right: 0.5em;"/>
<MkNumber :value="onlineUsersCount" style="margin-right: 0.5em;"/>
</div>
<div class="label">Online</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment