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}/>
|
<HistoryHeader tab={tab}/>
|
||||||
<Stack sx={{height: "100%", overflow: "scroll"}}>
|
<Stack sx={{height: "100%", overflow: "scroll"}}>
|
||||||
{errorHistoryList ? (
|
{isLoadingHistoryList ? (
|
||||||
<ErrorOrEmpty isErrorOrEmpty="error"/>
|
|
||||||
) : isLoadingHistoryList ? (
|
|
||||||
<LoadingHistory/>
|
<LoadingHistory/>
|
||||||
|
) : errorHistoryList ? (
|
||||||
|
<ErrorOrEmpty isErrorOrEmpty="error"/>
|
||||||
) : !firstItemOfHistory ? (
|
) : !firstItemOfHistory ? (
|
||||||
<ErrorOrEmpty isErrorOrEmpty="empty"/>
|
<ErrorOrEmpty isErrorOrEmpty="empty"/>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user