Skip to content

Commit

Permalink
(chore) Bump RFE with expression logic, collapse toggle and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Oct 17, 2024
1 parent 91f6c05 commit d59ab6a
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ const TestsSummary = ({ patientUuid, encounters }: { patientUuid: string; encoun
};
}, [encounters]);

return (
<ExtensionSlot
name="test-results-filtered-overview-slot"
state={{ filter, patientUuid } as ExternalOverviewProps}
/>
);
return <ExtensionSlot name="test-results-filtered-overview-slot" state={{ filter, patientUuid }} />;
};

export default TestsSummary;
Loading

0 comments on commit d59ab6a

Please sign in to comment.