Skip to content

Commit ca5113d

Browse files
fix: made routing url consistent when refreshing
1 parent 7db3e6d commit ca5113d

File tree

1 file changed

+1
-0
lines changed
  • src/components/ConceptOptionList

1 file changed

+1
-0
lines changed

src/components/ConceptOptionList/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const ConceptOptionList = ({ selectedOptionId, selectOption }) => (
2626
<strong>Category</strong>
2727
</h3>
2828
<select
29+
value={selectedOptionId}
2930
className={styles['mobile']}
3031
onChange={selectOption}>
3132
{reactLoadingPatterns.map(reactLoadingPattern => {

0 commit comments

Comments
 (0)