forked from abner/for-legacy-web
Make the linter happy.
This commit is contained in:
@@ -22,7 +22,7 @@ export function LocaleSelector(props: Props) {
|
||||
{Object.keys(Languages).map((x) => {
|
||||
const l = Languages[x as keyof typeof Languages];
|
||||
return (
|
||||
<option value={x}>
|
||||
<option value={x} key={x}>
|
||||
{l.emoji} {l.display}
|
||||
</option>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user