From 740c6314fba30600b940bb5316b4e7ac2a222323 Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:23:32 +0200 Subject: feat: improve maplist url (#183) --- frontend/src/components/pages/summary.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/components/pages/summary.js') diff --git a/frontend/src/components/pages/summary.js b/frontend/src/components/pages/summary.js index 9957c5d..d276408 100644 --- a/frontend/src/components/pages/summary.js +++ b/frontend/src/components/pages/summary.js @@ -318,6 +318,7 @@ if(window.confirm(`Are you sure you want to remove post: ${post.title}?`)){ if(data!==null){ + console.log(data) let current_chapter = data.map.chapter_name let isCoop = false; @@ -340,7 +341,7 @@ return (
- +
{data.map.map_name}
-- cgit v1.2.3