diff --git a/src/pages/Game.vue b/src/pages/Game.vue index 63feaddd..6954ab55 100644 --- a/src/pages/Game.vue +++ b/src/pages/Game.vue @@ -36,8 +36,7 @@
-
-

Notes

+
@@ -116,6 +115,10 @@ export default { return this.gameLists[this.platform.code]; }, + hasNote() { + return this.notes && this.game && this.notes[this.game.id] && this.notes[this.game.id].text; + }, + list() { return this.activePlatform[this.listId]; },