From 815e4ba6021ac1c7e0a8ddcf55982cf78ea881e4 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sat, 3 Feb 2024 12:50:30 +0300 Subject: [PATCH] fix: update components --- src/components/PromptInput/index.tsx | 2 +- src/lib/utils/widget.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/PromptInput/index.tsx b/src/components/PromptInput/index.tsx index db2c4819013..ecdf58d6d64 100644 --- a/src/components/PromptInput/index.tsx +++ b/src/components/PromptInput/index.tsx @@ -95,7 +95,7 @@ export const PromptInput = () => { } }; - if (!promptVisible || !premium) return null; + if (!promptVisible) return null; return (