+
+ {t("front:discover.header")}
+
+ {data.weaponPool && data.weaponPool.length > 0 ? (
+
+ {data.weaponPool.map((weapon) => (
+
+
+
+ ))}
+
+ ) : null}
+
+
+ );
+}
+
function ChangelogList() {
const { t } = useTranslation(["front"]);
const data = useLoaderData