Merge pull request #1832 from pixelfed/staging

Staging
This commit is contained in:
daniel 2019-11-24 16:28:40 -07:00 committed by GitHub
commit a92dac7e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 4 deletions

Binary file not shown.

Binary file not shown.

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

View file

@ -4,7 +4,7 @@
<div class="container mt-5">
<div class="col-12">
<profile-directory profile-id="{{Auth::user()->profile_id}}"></profile-directory>
<profile-directory></profile-directory>
</div>
</div>