fix hide raw resources again

This commit is contained in:
miloschwartz
2025-06-17 17:02:55 -04:00
parent cdfeb2ff86
commit a24431bc3b

View File

@@ -122,7 +122,7 @@ export default function Page() {
title: t("resourceHTTP"), title: t("resourceHTTP"),
description: t("resourceHTTPDescription") description: t("resourceHTTPDescription")
}, },
...(env.flags.allowRawResources ...(!env.flags.allowRawResources
? [] ? []
: [ : [
{ {