From 31cd866a158b2c57330a3067a60d3f4a6be2d6c2 Mon Sep 17 00:00:00 2001 From: shinya Date: Fri, 22 Aug 2025 23:42:30 +0800 Subject: [PATCH] feat: add filter --- src/components/SearchSuggestions.tsx | 2 +- src/lib/yellow.ts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/SearchSuggestions.tsx b/src/components/SearchSuggestions.tsx index acd21be..e40b445 100644 --- a/src/components/SearchSuggestions.tsx +++ b/src/components/SearchSuggestions.tsx @@ -148,7 +148,7 @@ export default function SearchSuggestions({ return (
{suggestions.map((suggestion) => (