updated watch case logic for summary page

This commit is contained in:
2023-03-24 12:09:35 +00:00
parent 091e23c820
commit 53914bfe80
7 changed files with 253 additions and 76 deletions
@@ -18,7 +18,7 @@
import axios from "axios";
import CryptoJS from "crypto-js";
import { azureHeaders, getToken } from "../../../actions";
import { azureHeaders, getToken, consoleLogger } from "../../../actions";
const WORDKEY = process.env.HASHKEY;