Skip to content

Add confirmed column to games list.#2

Open
Enzine wants to merge 1 commit intoCoolnesss:masterfrom
Enzine:games-list
Open

Add confirmed column to games list.#2
Enzine wants to merge 1 commit intoCoolnesss:masterfrom
Enzine:games-list

Conversation

@Enzine
Copy link
Contributor

@Enzine Enzine commented Nov 23, 2017

No description provided.


return games.map((game) => {
const winner = formatWinner(game.result, game.white.username, game.black.username);
console.log(game.confirmed);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this :)

<td className="is-bold">{ winner }</td>
<td>{ formatDate(game.created_at) }</td>
<td>{ game.confirmed }</td>
<td>{ "" + game.confirmed }</td>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to e.g unicode ×

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants