Explorar o código

Merge pull request #948 from pixelfed/frontend-ui-refactor

Frontend ui refactor
daniel %!s(int64=6) %!d(string=hai) anos
pai
achega
78992835a6
Modificáronse 3 ficheiros con 0 adicións e 1 borrados
  1. BIN=BIN
      public/js/profile.js
  2. BIN=BIN
      public/mix-manifest.json
  3. 0 1
      resources/assets/js/components/Profile.vue

BIN=BIN
public/js/profile.js


BIN=BIN
public/mix-manifest.json


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