From 1107779a630d741da0461e4ccff333baa4ca2e77 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 12 May 2020 15:10:26 -0400 Subject: [PATCH] fix duplicate name/key render warning --- platform/ui/src/components/StudyListTable/StudyListTableRow.js | 2 +- .../viewer/src/routes/StudyListContainer/StudyListContainer.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/ui/src/components/StudyListTable/StudyListTableRow.js b/platform/ui/src/components/StudyListTable/StudyListTableRow.js index 67db2ab56..01c6e7893 100644 --- a/platform/ui/src/components/StudyListTable/StudyListTableRow.js +++ b/platform/ui/src/components/StudyListTable/StudyListTableRow.js @@ -39,7 +39,7 @@ const StudyListTableRow = props => { return ( { const noSortApplied = sortBy === '' || !sortBy; const sortModifier = sortDirection === 'descending' ? 1 : -1;