mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 03:51:38 +03:00
chore: clean
This commit is contained in:
parent
08d331e56e
commit
b54f2d0451
@ -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>
|
||||
|
@ -86,7 +86,7 @@ const main = async () => {
|
||||
},
|
||||
null,
|
||||
4
|
||||
)
|
||||
) + '\n'
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user