mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
address review comment
This commit is contained in:
parent
d73ab982bc
commit
1eb4f8dda2
1 changed files with 1 additions and 3 deletions
|
@ -524,9 +524,7 @@ export class Settings extends Component<any, SettingsState> {
|
|||
{languages
|
||||
.sort((a, b) => a.code.localeCompare(b.code))
|
||||
.map(lang => (
|
||||
<option value={lang.code}>
|
||||
{getLanguages(lang.code)[0]}
|
||||
</option>
|
||||
<option value={lang.code}>{lang.name}</option>
|
||||
))}
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue