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 (
|
||||
<div className="PartyNavigation">
|
||||
<SegmentedControl elementClass={getElement()}>
|
||||
<Segment
|
||||
{/* <Segment
|
||||
groupName="grid"
|
||||
name="class"
|
||||
selected={props.selectedTab === GridType.Class}
|
||||
onClick={props.onClick}
|
||||
>Class</Segment>
|
||||
>Class</Segment> */}
|
||||
|
||||
<Segment
|
||||
groupName="grid"
|
||||
|
|
|
|||
Loading…
Reference in a new issue