mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 14:58:57 +08:00
Fix indentation
This commit is contained in:
parent
b68d7c6107
commit
4c2070c192
@ -70,11 +70,11 @@ export default class BasicsPage extends Page {
|
|||||||
})
|
})
|
||||||
: ''}
|
: ''}
|
||||||
|
|
||||||
{Switch.component({
|
{Switch.component({
|
||||||
state: this.values.show_language_selector(),
|
state: this.values.show_language_selector(),
|
||||||
onchange: this.values.show_language_selector,
|
onchange: this.values.show_language_selector,
|
||||||
children: app.translator.trans('core.admin.basics.show_language_selector_label'),
|
children: app.translator.trans('core.admin.basics.show_language_selector_label'),
|
||||||
})}
|
})}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user