Hide rating of correspondence seeks

deepcrayonfish^2
Benedikt Werner 2021-11-09 15:19:50 +01:00
parent 79ed95d366
commit c1b639dde0
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function renderSeek(ctrl: LobbyController, seek: Seek): VNode {
seek.username
)
: 'Anonymous',
seek.rating + (seek.provisional ? '?' : ''),
seek.rating && ctrl.opts.showRatings ? seek.rating + (seek.provisional ? '?' : '') : '',
seek.days ? ctrl.trans.plural('nbDays', seek.days) : '∞',
h('span', [
h('span.varicon', {