From e77cf964abebfb0c50ea22eef811706202e9c3e7 Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Fri, 5 Jul 2024 14:35:09 -0700 Subject: fix: filters in space and memories --- apps/web/app/(dash)/(memories)/content.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'apps/web') diff --git a/apps/web/app/(dash)/(memories)/content.tsx b/apps/web/app/(dash)/(memories)/content.tsx index a7a552c7..1181c01b 100644 --- a/apps/web/app/(dash)/(memories)/content.tsx +++ b/apps/web/app/(dash)/(memories)/content.tsx @@ -159,7 +159,13 @@ export function MemoriesPage({ )} - + void; filter: string; + filterMethods: string[]; }) { return (
- {FilterMethods.map((i) => { + {filterMethods.map((i) => { return (