Small prop change.

This commit is contained in:
Mike Cao 2020-10-03 18:05:46 -07:00
parent 7b5330c8a5
commit 34098bd0b4
2 changed files with 5 additions and 4 deletions

View file

@ -33,7 +33,7 @@ export default function LanguageButton() {
icon={<Globe />}
options={menuOptions}
value={locale}
menuClassname={styles.menu}
menuClassName={styles.menu}
renderValue={option => option?.display}
onSelect={handleSelect}
/>