File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,20 @@ class Options extends Component {
8080
8181 return (
8282 < div className = { classes . root } >
83- < ExpansionPanel >
83+ < ExpansionPanel disabled >
8484 < ExpansionPanelSummary expandIcon = { < ExpandMoreIcon /> } >
8585 < Typography className = { classes . heading } > Language</ Typography >
8686 < Typography className = { classes . secondaryHeading } >
87- Change to get the best results for your search
87+ (TODO) Change to get the best results for your search
8888 </ Typography >
8989 </ ExpansionPanelSummary >
9090 { localeDetails }
9191 </ ExpansionPanel >
92- < ExpansionPanel >
92+ < ExpansionPanel disabled >
9393 < ExpansionPanelSummary expandIcon = { < ExpandMoreIcon /> } >
9494 < Typography className = { classes . heading } > Category</ Typography >
9595 < Typography className = { classes . secondaryHeading } >
96- For more accurate results (leave blank for a mixed search)
96+ (TODO) For more accurate results (leave blank for a mixed search)
9797 </ Typography >
9898 </ ExpansionPanelSummary >
9999 { categoryDetails }
You can’t perform that action at this time.
0 commit comments