this.cards = el}>
- {
- game && game.state === "active" &&
- <>
-
In hand
-
-
-
-
-
-
-
-
Available to play
-
-
-
-
-
-
+ { game && game.state === "active" && <>
+
In hand
+
+
+
+
+
+
-
-
Points
-
-
-
-
-
+
Available to play
+
-
-
-
-
Stats
-
-
Points: 7
-
Cards: {this.state.total}
-
Roads remaining: 4
-
Longest road: 7
-
Cities remaining: 4
-
Settlements remaining: 5
+
Points
+
+
+
+
Stats
+
+
Points: 7
+
Cards: {this.state.total}
+
Roads remaining: 4
+
Longest road: 7
+
Cities remaining: 4
+
Settlements remaining: 5
+
-
> }
+
+ { this.state.error &&
{this.state.error}
}
+
);
}