1
0
Fork 0

Update ProfileDirectory

This commit is contained in:
Daniel Supernault 2019-11-24 16:26:55 -07:00
parent 88e4f218bc
commit 16b43da306
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 3 deletions

View File

@ -61,8 +61,6 @@
<script type="text/javascript">
export default {
props: ['profileId'],
data() {
return {
loaded: false,
@ -119,7 +117,6 @@
let statuses = profile.statuses_count;
let perDay = this.prettyCount(Math.floor(statuses / days));
console.log(perDay);
return perDay;
}
}