feat(MED-161): separate doctor analysis view
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
import { Trans } from '@kit/ui/trans';
|
||||
|
||||
import Analysis from '~/home/(user)/(dashboard)/analysis-results/_components/analysis';
|
||||
import AnalysisDoctor from './analysis-doctor';
|
||||
|
||||
export default function DoctorAnalysisWrapper({
|
||||
analysisData,
|
||||
@@ -65,7 +66,7 @@ export default function DoctorAnalysisWrapper({
|
||||
{analysisData.latestPreviousAnalysis && (
|
||||
<CollapsibleContent>
|
||||
<div className="my-1 flex flex-col">
|
||||
<Analysis
|
||||
<AnalysisDoctor
|
||||
endIcon={
|
||||
analysisData.latestPreviousAnalysis.comment && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user