From d987c98b3039a24fa5e6e2d4b86915a9d922d5f1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 15 Jan 2025 18:20:56 +0300 Subject: [PATCH] profile: add call feature --- apps/web/components/profile/profile-card.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/apps/web/components/profile/profile-card.tsx b/apps/web/components/profile/profile-card.tsx index a6016fc..e2b8361 100644 --- a/apps/web/components/profile/profile-card.tsx +++ b/apps/web/components/profile/profile-card.tsx @@ -42,13 +42,15 @@ export function ProfileCard({ telegramId }: ProfileCardProps) { value={customer?.name ?? ''} /> )} - + + + {telegramId ? ( false ) : (