fix spelling & empty message, rename middle button to one word "yours"

This commit is contained in:
2025-03-30 19:32:29 -06:00
parent 1faf76ad0b
commit 8c8e4ec28e
3 changed files with 2 additions and 6 deletions

View File

@@ -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}`;
}