forked from jsnbuchanan/crowd-funder-for-time-pwa
fix spelling & empty message, rename middle button to one word "yours"
This commit is contained in:
@@ -215,10 +215,6 @@ export default class ActivityListItem extends Vue {
|
||||
const claim =
|
||||
(this.record.fullClaim as unknown).claim || this.record.fullClaim;
|
||||
|
||||
if (!claim.description) {
|
||||
return "something not described";
|
||||
}
|
||||
|
||||
return `${claim.description}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user