Skip to content

Commit 5c081d9

Browse files
committed
refactor: disable unfinished features
1 parent d2d79d6 commit 5c081d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/options/Options.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)