Skip to content

Commit

Permalink
fix key formatting in typeselector
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhou0 committed Dec 19, 2021
1 parent 48c1b8f commit 2cc990b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/main/Desktop/TypeSelector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const RequestTypeSelector = ({
/>
))}
<FormControlLabel
key={'all'}
key='all'
classes={classes}
control={
<Checkbox
Expand Down

0 comments on commit 2cc990b

Please sign in to comment.