Browse Source

Update Profile.vue

Daniel Supernault 6 năm trước cách đây
mục cha
commit
c318fc36b5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      resources/assets/js/components/Profile.vue

+ 0 - 1
resources/assets/js/components/Profile.vue

@@ -356,7 +356,6 @@ export default {
 		fetchProfile() {
 			axios.get('/api/v1/accounts/' + this.profileId).then(res => {
 				this.profile = res.data;
-				this.loading = false;
 			});
 			axios.get('/api/v1/accounts/verify_credentials').then(res => {
 				this.user = res.data;