mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 13:15:38 +08:00
DEV: typo in variable name (#28193)
Note this had no behavior impact, as the computed property was correct.
This commit is contained in:
parent
77081de027
commit
4998c7be50
@ -398,8 +398,8 @@ export default class User extends RestModel.extend(Evented) {
|
||||
}
|
||||
|
||||
@discourseComputed("suspended_till")
|
||||
suspendedTillDate(silencedTill) {
|
||||
return longDate(silencedTill);
|
||||
suspendedTillDate(suspendedTill) {
|
||||
return longDate(suspendedTill);
|
||||
}
|
||||
|
||||
@discourseComputed("silenced_till")
|
||||
|
Loading…
x
Reference in New Issue
Block a user