more refactoring ✨
This commit is contained in:
@@ -70,13 +70,7 @@
|
||||
</div>
|
||||
|
||||
<div id="flashes">
|
||||
<FlashChart v-for="(player, id) in data.stats" :id="id"
|
||||
:key="player.player.steamid64"
|
||||
:avatar="player.player.avatar"
|
||||
:duration="player.flash.duration"
|
||||
:name="player.player.name"
|
||||
:total="player.flash.total"
|
||||
/>
|
||||
<FlashChart :stats="data.stats" />
|
||||
</div>
|
||||
|
||||
<div id="utility">
|
||||
|
Reference in New Issue
Block a user