mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: typo in variable name (#28193)
Note this had no behavior impact, as the computed property was correct.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user