remove options that are unusable right now

This commit is contained in:
Viktor Rådberg
2023-08-03 14:45:41 +02:00
parent 421daa5077
commit 09cd1e9f07

View File

@@ -270,7 +270,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
}
label=""
/>
<FormControlLabel
{/* <FormControlLabel
value={GridTemplateAreas.FivePlayersSide}
control={
<Radio
@@ -290,7 +290,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
/>
}
label=""
/>
/> */}
</>
);
@@ -318,7 +318,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
}
label=""
/>
<FormControlLabel
{/* <FormControlLabel
value={GridTemplateAreas.SixPlayersSide}
control={
<Radio
@@ -338,7 +338,7 @@ const LayoutOptions: React.FC<LayoutOptionsProps> = ({
/>
}
label=""
/>
/> */}
</>
);