Fix empty description

This commit is contained in:
manubo
2019-10-03 14:50:54 +02:00
parent 44d420c630
commit af48f251ef

View File

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