mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +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({
|
||||
state: this.values.show_language_selector(),
|
||||
onchange: this.values.show_language_selector,
|
||||
children: app.translator.trans('core.admin.basics.show_language_selector_label'),
|
||||
})}
|
||||
{Switch.component({
|
||||
state: this.values.show_language_selector(),
|
||||
onchange: this.values.show_language_selector,
|
||||
children: app.translator.trans('core.admin.basics.show_language_selector_label'),
|
||||
})}
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user