mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 01:40:40 +08:00
REFACTOR: removes superfluous argument (#9683)
This commit is contained in:
parent
9846c43d93
commit
206d45fd96
@ -346,7 +346,7 @@ const Report = EmberObject.extend({
|
||||
|
||||
return {
|
||||
value: username,
|
||||
formatedValue: username ? formatedValue(username) : "—"
|
||||
formatedValue: username ? formatedValue() : "—"
|
||||
};
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user