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(