Skip to content

Commit c6b348d

Browse files
committed
chore: format
1 parent 5c66990 commit c6b348d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

framework/core/js/src/admin/components/StatusWidget.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ export default class StatusWidget extends DashboardWidget {
7373
10
7474
);
7575

76-
items.add(
77-
'info',
78-
<Button onclick={this.handleShowInfo.bind(this)}>{app.translator.trans('core.admin.dashboard.info_button')}</Button>,
79-
0
80-
);
76+
items.add('info', <Button onclick={this.handleShowInfo.bind(this)}>{app.translator.trans('core.admin.dashboard.info_button')}</Button>, 0);
8177

8278
return items;
8379
}

0 commit comments

Comments
 (0)