mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 21:56:11 -05:00
removed a clog
This commit is contained in:
@@ -5,7 +5,6 @@ import { List, Icon, Popup } from "semantic-ui-react"
|
||||
const getColor = score => (score < 50 ? { color: "red" } : { color: "green" })
|
||||
|
||||
const summaryMap = summary => {
|
||||
console.log("summary", summary)
|
||||
const { discord_user, score } = summary
|
||||
return (
|
||||
<List.Item
|
||||
|
||||
Reference in New Issue
Block a user