Skip to content

Commit

Permalink
Merge pull request #553
Browse files Browse the repository at this point in the history
* fix: unable to see user page

* Update index.vue
  • Loading branch information
1673beta authored Jan 1, 2025
1 parent 6e4b1de commit 23f47b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/pages/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
import { defineAsyncComponent, computed, watch, ref } from 'vue';
import * as Misskey from 'cherrypick-js';
import * as os from '@/os.js';
import { $i } from '@/account.js';
import { acct as getAcct } from '@/filters/user.js';
import { misskeyApi } from '@/scripts/misskey-api.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
Expand Down

0 comments on commit 23f47b9

Please sign in to comment.