From cfba6c7df485c7fab5e97433bc88af3c6734725a Mon Sep 17 00:00:00 2001 From: jayson237 Date: Tue, 12 Nov 2024 14:02:54 +0800 Subject: [PATCH] refactor: remove outdated patch notes placeholder text --- components/wiki/patches/patches-container.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/components/wiki/patches/patches-container.tsx b/components/wiki/patches/patches-container.tsx index 359f5001..2e95e813 100644 --- a/components/wiki/patches/patches-container.tsx +++ b/components/wiki/patches/patches-container.tsx @@ -35,12 +35,7 @@ export default function PatchContainer({ patches }: IPatch) { return (
-

- We are currently in the process of updating the patch notes, striving to - provide you with the most accurate and valuable information. Thank you - for your patience as we work to deliver the best experience possible. -

- {/*
+
{sortedYears.map((year, i) => (
@@ -84,7 +79,7 @@ export default function PatchContainer({ patches }: IPatch) { ))} ))} -
*/} +
); }