Merge tag 'Fixed_bug_loading_history_call_widget' into develop
v1.26.11
This commit is contained in:
@@ -26,10 +26,10 @@ const CallHistory = ({tab}) => {
|
||||
}}>
|
||||
<HistoryHeader tab={tab}/>
|
||||
<Stack sx={{height: "100%", overflow: "scroll"}}>
|
||||
{errorHistoryList ? (
|
||||
<ErrorOrEmpty isErrorOrEmpty="error"/>
|
||||
) : isLoadingHistoryList ? (
|
||||
{isLoadingHistoryList ? (
|
||||
<LoadingHistory/>
|
||||
) : errorHistoryList ? (
|
||||
<ErrorOrEmpty isErrorOrEmpty="error"/>
|
||||
) : !firstItemOfHistory ? (
|
||||
<ErrorOrEmpty isErrorOrEmpty="empty"/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user