Disable class for now

This commit is contained in:
Justin Edmund 2022-03-04 00:59:55 -08:00
parent d89070156d
commit 65da50aa88

View file

@ -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"