pull/9417/head
Benedikt Werner 2021-07-15 11:25:47 +02:00
parent 5c4f18de5d
commit 41d9b6b3e0
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default class GamebookPlayCtrl {
isMyMove = () => this.root.turnColor() === this.root.data.orientation;
movableColor = () => ["play", "good"].includes(this.state.feedback) ? this.root.data.orientation : undefined;
movableColor = () => (['play', 'good'].includes(this.state.feedback) ? this.root.data.orientation : undefined);
retry = () => {
let path = this.root.path;