Skip to content

Commit

Permalink
fix: remove extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eghinner committed Nov 1, 2022
1 parent 6aa1b75 commit 82a2c29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/User/components/UserHeader/UserHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export interface UserHeaderProps {
id: string;
}
const ADMIN_URL = process.env.ADMIN_URL;
const showAvatar: Ref<string | undefined> = ref('');
const props = defineProps<UserHeaderProps>();
Expand Down

0 comments on commit 82a2c29

Please sign in to comment.