table view prettier no-vote error display
This commit is contained in:
@@ -53,7 +53,7 @@ object TableView {
|
||||
.find(_._1 == id)
|
||||
.fold {
|
||||
g.console.error(s"missing vote for player $name")
|
||||
Open(name, "error")
|
||||
NoCard(name)
|
||||
} { case (_, vote) => Open(name, vote) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user