Add confirmed-in component, show ETA for proposed reimbursements #210

Merged
raucao merged 11 commits from feature/confirmation-eta into master 2023-01-15 04:36:43 +00:00
Showing only changes of commit e2a80eafd1 - Show all commits
-2
View File
@@ -15,8 +15,6 @@ export default class ConfirmedInComponent extends Component {
}
get confirmedInHumanTime () {
console.debug(this.confirmedInBlocks);
console.debug(this.confirmedInSeconds);
return moment.duration(this.confirmedInSeconds, "seconds").humanize();
}
}