chore: Linter fix
This commit is contained in:
parent
783e1fa683
commit
5447117e27
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const UiSetting = ({ name, control, ...rest }) => (
|
||||||
)
|
)
|
||||||
|
|
||||||
export const UiSettings = ({ update, ui, control, language, DynamicDocs, view, setView }) => {
|
export const UiSettings = ({ update, ui, control, language, DynamicDocs, view, setView }) => {
|
||||||
const settingsConfig = loadSettingsConfig(ui, view)
|
const settingsConfig = loadSettingsConfig()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<WorkbenchMenu
|
<WorkbenchMenu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue