mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
lint
This commit is contained in:
parent
09283e87b9
commit
5d9aeab89d
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
- add ST reveal grimoire1
|
- add ST reveal grimoire
|
||||||
|
|
||||||
### Version 2.12.0
|
### Version 2.12.0
|
||||||
- tweak reference sheet to better fit screen in single column layout
|
- tweak reference sheet to better fit screen in single column layout
|
||||||
|
|
|
@ -390,7 +390,8 @@ class LiveSession {
|
||||||
bluffs.forEach((bluff, i) => {
|
bluffs.forEach((bluff, i) => {
|
||||||
const role =
|
const role =
|
||||||
this._store.state.roles.get(bluff.roleId) ||
|
this._store.state.roles.get(bluff.roleId) ||
|
||||||
this._store.getters.rolesJSONbyId.get(bluff.roleId) || {};
|
this._store.getters.rolesJSONbyId.get(bluff.roleId) ||
|
||||||
|
{};
|
||||||
this._store.commit("players/setBluff", {
|
this._store.commit("players/setBluff", {
|
||||||
index: i,
|
index: i,
|
||||||
role
|
role
|
||||||
|
|
Loading…
Add table
Reference in a new issue