mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
chore: clean
This commit is contained in:
@@ -53,10 +53,10 @@ export const SettingsList = () => {
|
||||
>
|
||||
{LOCALES.map(option => (
|
||||
<Option
|
||||
key={option.value}
|
||||
value={option.value}
|
||||
key={option.tag}
|
||||
value={option.tag}
|
||||
>
|
||||
{option.text}
|
||||
{option.originalName}
|
||||
</Option>
|
||||
))}
|
||||
</Select>
|
||||
|
||||
Reference in New Issue
Block a user