From b55bbbb6f32abb59a756a2120158113342794415 Mon Sep 17 00:00:00 2001 From: Namonay Date: Tue, 7 May 2024 16:28:52 +0200 Subject: [PATCH] fix: tictactoe backend --- frontend/static/js/views/TicTacToeOnlineView.js | 3 ++- games/consumers.py | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/static/js/views/TicTacToeOnlineView.js b/frontend/static/js/views/TicTacToeOnlineView.js index 2379cd8..9432c93 100644 --- a/frontend/static/js/views/TicTacToeOnlineView.js +++ b/frontend/static/js/views/TicTacToeOnlineView.js @@ -40,6 +40,7 @@ export class TicTacToeOnlineView extends AbstractView

Work in progress bozo

- `; + +