Disable class for now
This commit is contained in:
parent
d89070156d
commit
65da50aa88
1 changed files with 2 additions and 2 deletions
|
|
@ -50,12 +50,12 @@ const PartySegmentedControl = (props: Props) => {
|
||||||
return (
|
return (
|
||||||
<div className="PartyNavigation">
|
<div className="PartyNavigation">
|
||||||
<SegmentedControl elementClass={getElement()}>
|
<SegmentedControl elementClass={getElement()}>
|
||||||
<Segment
|
{/* <Segment
|
||||||
groupName="grid"
|
groupName="grid"
|
||||||
name="class"
|
name="class"
|
||||||
selected={props.selectedTab === GridType.Class}
|
selected={props.selectedTab === GridType.Class}
|
||||||
onClick={props.onClick}
|
onClick={props.onClick}
|
||||||
>Class</Segment>
|
>Class</Segment> */}
|
||||||
|
|
||||||
<Segment
|
<Segment
|
||||||
groupName="grid"
|
groupName="grid"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue