From a256d3142ebb1e42072d7ea8eedd2868b1aedf47 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Sun, 20 Apr 2025 22:29:47 +0800 Subject: [PATCH] feat: make title as optional --- web/src/app/_components/tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/_components/tooltip.tsx b/web/src/app/_components/tooltip.tsx index e07d6f3..de2bd06 100644 --- a/web/src/app/_components/tooltip.tsx +++ b/web/src/app/_components/tooltip.tsx @@ -14,7 +14,7 @@ export function Tooltip({ }: { className?: string; children: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; }) { return (