mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
format
This commit is contained in:
committed by
Franz Liedke
parent
015cedb29d
commit
3764abee51
@@ -22,7 +22,7 @@ export default class UploadImageButton extends Button {
|
|||||||
this.attrs.onclick = this.upload.bind(this);
|
this.attrs.onclick = this.upload.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
return super.view({ ...vnode, children: app.translator.trans('core.admin.upload_image.upload_button')});
|
return super.view({ ...vnode, children: app.translator.trans('core.admin.upload_image.upload_button') });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -57,7 +57,7 @@ export default function alertEmailConfirmation(app) {
|
|||||||
view(vnode) {
|
view(vnode) {
|
||||||
const vdom = super.view(vnode);
|
const vdom = super.view(vnode);
|
||||||
|
|
||||||
return { ...vdom, children: [<div className="container">{vdom.children}</div>]};
|
return { ...vdom, children: [<div className="container">{vdom.children}</div>] };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user