REFACTOR: removes useless conditional (#9677)
This commit is contained in:
parent
a078b086ba
commit
08e8ae82cc
|
@ -8,7 +8,6 @@ export default Component.extend({
|
|||
|
||||
@discourseComputed("saving")
|
||||
savingText(saving) {
|
||||
if (saving) return I18n.t("saving");
|
||||
return saving ? I18n.t("saving") : I18n.t("save");
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue