Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

bring master up to date #70

Merged
merged 9 commits into from
Nov 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
…board-ui into develop
  • Loading branch information
cwdcwd committed Nov 15, 2019
commit 574015ebd59d4afa7a838ab715b7bb5a9e4eec85
2 changes: 1 addition & 1 deletion components/FinalistTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const table = (props) => {

<div className='points'>
{ profile.scoreLevel && <img className={`animate fade${profile.scoreLevel} infinite`} src={`/static/img/trend/${profile.scoreLevel}.png`} /> }
{ profile.points != null && <div className={profile.scoreLevel ? '' : 'non-score-lvl-pt'}>
{ profile.points >= 0 && <div className={profile.scoreLevel ? '' : 'non-score-lvl-pt'}>
<span className='value'>
{profile.points}
</span>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.