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) { ))} ))} -
*/} +
); }