Basic Project list added

This commit is contained in:
Matthew Aaron Raymer
2023-01-16 18:35:06 +08:00
parent 01eecfd8d9
commit cc57d59717
2 changed files with 52 additions and 44 deletions

View File

@@ -181,8 +181,6 @@ export default class ProjectViewView extends Vue {
const eventDate = new Date(issuedAt);
const now = moment.now();
this.timeSince = moment.utc(now).to(eventDate);
console.log(this.timeSince);
this.name = claim.name;
this.description = claim.description;
this.truncatedDesc = this.description.slice(0, this.truncateLength);