From 3a48a75ce99fc6226011b45a3e18b18880dcde7a Mon Sep 17 00:00:00 2001 From: Quan HL Date: Wed, 25 Oct 2023 06:13:45 +0700 Subject: [PATCH] fixed --- src/window/history/call-history-item.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/window/history/call-history-item.tsx b/src/window/history/call-history-item.tsx index 98419ff..71c989d 100644 --- a/src/window/history/call-history-item.tsx +++ b/src/window/history/call-history-item.tsx @@ -85,15 +85,14 @@ export const CallHistoryItem = ({ {dayjs(call.timeStamp).format("MMM D, hh:mm A")} - + : } onClick={() => { + if (!isSaved && call.isSaved) { + return; + } const settings = getSettings(); if (settings.sipUsername) { isSaveCallHistory(