Skip to content

Commit

Permalink
KPMP-5571: restore more
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Oct 25, 2024
1 parent 8fc401b commit d697c7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/SpatialViewer/ImageDatasetList.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ class ImageDatasetList extends Component {
};

render() {

const { columnWidths, sorting } = this.props.tableSettings;
const summaryDataset = this.props.summaryDatasets
const experimentalDataCounts = this.props.experimentalDataCounts
Expand All @@ -254,7 +253,7 @@ class ImageDatasetList extends Component {
/>
<Row>
<Col xl={3}>
<div className="filter-panel-wrapper">
<div className={`filter-panel-wrapper ${this.props.filterTabActive ? '': 'hidden'}`}>
<div className="filter-panel-tab-wrapper">
<div className="filter-tab filter-tab-control-icon clickable"
alt="Close Filter Tab"
Expand Down

0 comments on commit d697c7f

Please sign in to comment.