There was an error while loading. Please reload this page.
1 parent 73a8219 commit 2c7bea8Copy full SHA for 2c7bea8
1 file changed
app/pages/clinicworkspace/TideDashboardV2/Cells.js
@@ -287,7 +287,9 @@ export const MoreMenuCell = ({ patient }) => {
287
};
288
289
export const PatientLastReviewedCell = ({ patient }) => {
290
- return <PatientLastReviewed patient={patient} />;
+ return <Box onClick={event => event.stopPropagation()}>
291
+ <PatientLastReviewed patient={patient} />
292
+ </Box>;
293
294
295
export default {
0 commit comments