forked from jsnbuchanan/crowd-funder-for-time-pwa
Basic Project list added
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user