diff --git a/src/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/CallTabPanel/CallHistory/index.jsx b/src/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/CallTabPanel/CallHistory/index.jsx index 1e940cb..9d61cce 100644 --- a/src/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/CallTabPanel/CallHistory/index.jsx +++ b/src/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/CallTabPanel/CallHistory/index.jsx @@ -26,10 +26,10 @@ const CallHistory = ({tab}) => { }}> - {errorHistoryList ? ( - - ) : isLoadingHistoryList ? ( + {isLoadingHistoryList ? ( + ) : errorHistoryList ? ( + ) : !firstItemOfHistory ? ( ) : (