Fix empty description

This commit is contained in:
manubo
2019-10-03 14:50:54 +02:00
parent 6c049e2e3f
commit 4e8018b8a0

View File

@@ -101,7 +101,7 @@ class App extends Component {
billable: this.billable, billable: this.billable,
hours: "", hours: "",
seconds: new TimeInputParser(this.changeset.hours).parseSeconds(), seconds: new TimeInputParser(this.changeset.hours).parseSeconds(),
description: service?.description, description: service?.description || "",
tag: "", tag: "",
} }