Disable verbose logging in <MoreComponents />

This commit is contained in:
Sam Becker 2024-02-12 11:52:54 -06:00
parent 790067c1e5
commit 07fc0f0c24

View File

@ -23,7 +23,7 @@ export default function MoreComponents({
prefetch = true,
itemsClass,
wrapMoreButtonInSiteGrid,
debug = true,
debug,
}: {
stateKey: MoreComponentsKey
initialOffset: number