This commit is contained in:
Tom Moor
2021-01-02 09:09:06 -08:00
committed by GitHub
parent f8ab793053
commit f0b361158e

View File

@@ -47,7 +47,7 @@ export default class Collection extends BaseModel {
}
@computed
get hasDescription(): string {
get hasDescription(): boolean {
return !!trim(this.description, "\\").trim();
}