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

Frontend ui refactor
This commit is contained in:
daniel 2019-03-03 22:21:58 -07:00 committed by GitHub
commit 78992835a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
"/js/components.js": "/js/components.js?id=57c50c50a350244acfec",
"/js/discover.js": "/js/discover.js?id=f118e140c1d1d44b8f01",
"/js/micro.js": "/js/micro.js?id=178479fb6990f8806257",
"/js/profile.js": "/js/profile.js?id=bbbad89c8912f9e4d750",
"/js/profile.js": "/js/profile.js?id=dce4efc17bd33c44997c",
"/js/status.js": "/js/status.js?id=d15b5bae5db49835c166",
"/js/timeline.js": "/js/timeline.js?id=b460ac839fb7aa56c86a"
}

View File

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