Skip to content

Commit

Permalink
fix(detailsTooltip): rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo014 committed Nov 11, 2024
1 parent 81baf02 commit 3ffa617
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/user/DetailsTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,9 @@
<script lang="ts">
import { computed, onMounted, ref } from 'vue';
import User from '../../models/User';
<<<<<<< HEAD
import { DbService, USER_DATABASE } from '@/services/db.service';
=======
import { getUserAvatarLink } from '../../utils/urls';
import Avatar from '@/components/Avatar.vue';
>>>>>>> feat(detailsTooltip): add image to the side
export default defineComponent({
name: 'UserDetailsTooltip',
Expand Down

0 comments on commit 3ffa617

Please sign in to comment.