From 2cc9bf7b8f36c16ea6d98da36da4d62361c2cf2f Mon Sep 17 00:00:00 2001 From: Austen Money Date: Tue, 15 Oct 2024 13:17:49 -0400 Subject: [PATCH] update readme --- CHANGELOG-add-access-levels.md | 3 ++- .../detailPage/ProcessedData/HelperPanel/HelperPanel.tsx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-add-access-levels.md b/CHANGELOG-add-access-levels.md index b193d341ac..25f09129d3 100644 --- a/CHANGELOG-add-access-levels.md +++ b/CHANGELOG-add-access-levels.md @@ -1 +1,2 @@ -- Add access levels to processed dataset helper panels. \ No newline at end of file +- Add access levels to processed dataset helper panels. +- Use relevant access levels when determining whether or not to show workspace buttons on dataset detail pages. \ No newline at end of file diff --git a/context/app/static/js/components/detailPage/ProcessedData/HelperPanel/HelperPanel.tsx b/context/app/static/js/components/detailPage/ProcessedData/HelperPanel/HelperPanel.tsx index a611ee0777..6c1d3a3e9a 100644 --- a/context/app/static/js/components/detailPage/ProcessedData/HelperPanel/HelperPanel.tsx +++ b/context/app/static/js/components/detailPage/ProcessedData/HelperPanel/HelperPanel.tsx @@ -36,7 +36,6 @@ function HelperPanelHeader() { function HelperPanelStatus() { const currentDataset = useCurrentDataset(); - if (!currentDataset) { return null; }