mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 15:07:59 +00:00
remove options that are unusable right now
This commit is contained in:
@@ -270,7 +270,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
|
|||||||
}
|
}
|
||||||
label=""
|
label=""
|
||||||
/>
|
/>
|
||||||
<FormControlLabel
|
{/* <FormControlLabel
|
||||||
value={GridTemplateAreas.FivePlayersSide}
|
value={GridTemplateAreas.FivePlayersSide}
|
||||||
control={
|
control={
|
||||||
<Radio
|
<Radio
|
||||||
@@ -290,7 +290,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label=""
|
label=""
|
||||||
/>
|
/> */}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -318,7 +318,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
|
|||||||
}
|
}
|
||||||
label=""
|
label=""
|
||||||
/>
|
/>
|
||||||
<FormControlLabel
|
{/* <FormControlLabel
|
||||||
value={GridTemplateAreas.SixPlayersSide}
|
value={GridTemplateAreas.SixPlayersSide}
|
||||||
control={
|
control={
|
||||||
<Radio
|
<Radio
|
||||||
@@ -338,7 +338,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label=""
|
label=""
|
||||||
/>
|
/> */}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user