Skip to content

Commit

Permalink
Merge pull request #7 from concord-consortium/188232760-remove-featur…
Browse files Browse the repository at this point in the history
…e-header

188232760 Remove the target info pane from the feature tab
  • Loading branch information
tealefristoe authored Sep 16, 2024
2 parents abe1b9a + 04fb5d7 commit 0b0ecc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/feature_panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import React, {Component} from "react";
import {DomainStore} from "../stores/domain_store";
import {observer} from "mobx-react";
import {UiStore} from "../stores/ui_store";
import {TargetInfoPane} from "./target_info_pane";
import {FeaturePane} from "./feature_pane";

export interface Feature_Props {
Expand Down Expand Up @@ -36,9 +35,6 @@ export const FeaturePanel = observer(class FeaturePanel extends Component<Featur

return (
<div className='sq-feature-panel'>
<TargetInfoPane
domainStore={this.props.domainStore}
/>
<FeaturePane
uiStore={this.props.uiStore}
domainStore={this.props.domainStore}
Expand Down

0 comments on commit 0b0ecc1

Please sign in to comment.