mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Use method definition syntax consistently (#14915)
This commit is contained in:
@ -33,7 +33,7 @@ export default Component.extend({
|
||||
}
|
||||
},
|
||||
|
||||
_updateFormattedLogsFunc: function () {
|
||||
_updateFormattedLogsFunc() {
|
||||
const logs = this.logs;
|
||||
if (logs.length === 0) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user