Fix empty displayName in gameLog + Fix progress pie filter

This commit is contained in:
Natsumi
2021-10-29 17:01:01 +13:00
parent 208a71a045
commit 83dbf0d50f
4 changed files with 30 additions and 23 deletions

View File

@@ -395,7 +395,7 @@ html
span(style="display:inline-block;margin-right:5px") {{ downloadProgress }}%
template(v-if="lastLocation.date !== 0")
span(style="float:right") {{ lastLocationTimer }}
span(style="display:inline-block") {{ lastLocation.playerList.length }}
span(style="display:inline-block") {{ lastLocation.playerList.length }}
span(style="display:inline-block;font-weight:bold") {{ lastLocation.friendList.length !== 0 ? ` (${lastLocation.friendList.length})` : ''}}
template(v-else)
template(v-if="downloadProgress === 100")