Skip to content
Snippets Groups Projects
Commit 9208f7d2 authored by Tina Quach's avatar Tina Quach
Browse files

nit property ordering

parent d78f3a32
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,10 @@ const LanguageSelector = ({
src={languageIcon}
/>
<select
aria-label="language selector"
className={styles.languageSelect}
value={currentLocale}
onChange={onChange}
aria-label="language selector"
>
{Object.keys(locales).map(locale => (
<option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment