diff --git a/public/js/profile.js b/public/js/profile.js index d68732a73..4a00fa056 100644 Binary files a/public/js/profile.js and b/public/js/profile.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 7b54bc75f..421186502 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ diff --git a/resources/assets/js/components/Profile.vue b/resources/assets/js/components/Profile.vue index cbea3568d..e19ca71f4 100644 --- a/resources/assets/js/components/Profile.vue +++ b/resources/assets/js/components/Profile.vue @@ -25,11 +25,11 @@

{{profile.username}} - +

-

+

Edit Profile

@@ -58,10 +58,10 @@ - + - + @@ -588,7 +588,8 @@ export default { }, infiniteTimeline($state) { - if(this.loading || this.timeline < 9) { + if(this.loading || this.timeline.length < 9) { + $state.complete(); return; } let apiUrl = '/api/v1/accounts/' + this.profileId + '/statuses';