From d2d813c04ce37cdb4a283dcd60b7986882970be5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 1 Apr 2021 14:18:51 +0200 Subject: simple fuzzy search working --- components/tag.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/tag.tsx b/components/tag.tsx index 48c75ce..477b8e2 100644 --- a/components/tag.tsx +++ b/components/tag.tsx @@ -5,7 +5,7 @@ export default function Tags(props: { }) { return
Tags: - {props.tags.map(tag => )} + {props.tags.map(tag => )}
} -- cgit v1.2.3