|
@ -215,10 +215,6 @@ export default class ActivityListItem extends Vue { |
|
|
const claim = |
|
|
const claim = |
|
|
(this.record.fullClaim as unknown).claim || this.record.fullClaim; |
|
|
(this.record.fullClaim as unknown).claim || this.record.fullClaim; |
|
|
|
|
|
|
|
|
if (!claim.description) { |
|
|
|
|
|
return "something not described"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return `${claim.description}`; |
|
|
return `${claim.description}`; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|