Skip to content

Commit 978c5bd

Browse files
fix(insights): align call history empty state with search (calcom#25718)
1 parent 895d039 commit 978c5bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/web/modules/insights/insights-call-history-view.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,12 @@ function CallHistoryContent({ org: _org }: CallHistoryProps) {
312312
</>
313313
}
314314
EmptyView={
315-
<div className="px-6 py-8">
316315
<EmptyScreen
317316
Icon="phone"
318317
headline={searchTerm ? t("no_result_found_for", { searchTerm }) : t("no_call_history")}
319318
description={t("no_call_history_description")}
320319
className="mb-16"
321320
/>
322-
</div>
323321
}
324322
/>
325323

0 commit comments

Comments
 (0)