From ccfff6b1954030a273b0612f3772ec00a82422c8 Mon Sep 17 00:00:00 2001 From: Md Saban <45597394+mdsaban@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:20:14 +0530 Subject: fix(web): Fix save action on empty card. Fixes #225 (#243) * fix: Empty item save action * fix: resolve comments * chore: prettier --- apps/web/components/ui/info-tooltip.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/web/components/ui') diff --git a/apps/web/components/ui/info-tooltip.tsx b/apps/web/components/ui/info-tooltip.tsx index eeace885..0254aa80 100644 --- a/apps/web/components/ui/info-tooltip.tsx +++ b/apps/web/components/ui/info-tooltip.tsx @@ -21,7 +21,11 @@ export default function InfoTooltip({ {variant === "tip" ? ( - + ) : ( )} -- cgit v1.2.3-70-g09d2