mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Fixed finalSummary variables in <Dashboard/> display
This commit is contained in:
@@ -104,8 +104,7 @@ export function Dashboard({
|
|||||||
{finalSummary && (
|
{finalSummary && (
|
||||||
<div className="min-h-[200px] overflow-y-auto mt-2 p-2 bg-white temp-transcription rounded">
|
<div className="min-h-[200px] overflow-y-auto mt-2 p-2 bg-white temp-transcription rounded">
|
||||||
<h2>Final Summary</h2>
|
<h2>Final Summary</h2>
|
||||||
<p>Duration: {finalSummary.duration}</p>
|
<p>{finalSummary}</p>
|
||||||
<p>{finalSummary.summary}</p>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user