mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-05-18 20:08:19 +00:00
fix: call-recordings JSX nesting — extra closing div removed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -238,7 +238,7 @@ export const CallRecordingsPage = () => {
|
|||||||
const handleSearch = (val: string) => { setSearch(val); setCurrentPage(1); };
|
const handleSearch = (val: string) => { setSearch(val); setCurrentPage(1); };
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div className="flex flex-1 flex-col overflow-hidden">
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Call Recordings"
|
title="Call Recordings"
|
||||||
badge={filtered.length}
|
badge={filtered.length}
|
||||||
@@ -324,6 +324,5 @@ export const CallRecordingsPage = () => {
|
|||||||
);
|
);
|
||||||
})()}
|
})()}
|
||||||
</div>
|
</div>
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user