From 4439447a6dbe5229b8e8a5426c32a9fffd876398 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Wed, 7 Sep 2022 21:33:33 -0500 Subject: [PATCH] Persist group markets and scroll position on back (Marshall's machinery) --- web/pages/group/[...slugs]/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pages/group/[...slugs]/index.tsx b/web/pages/group/[...slugs]/index.tsx index 4df21faf..768e2f82 100644 --- a/web/pages/group/[...slugs]/index.tsx +++ b/web/pages/group/[...slugs]/index.tsx @@ -227,6 +227,7 @@ export default function GroupPage(props: { defaultSort={'newest'} defaultFilter={suggestedFilter} additionalFilter={{ groupSlug: group.slug }} + persistPrefix={`group-${group.slug}`} /> )