Skip to content

Commit

Permalink
fix: 403 forbidden error when trying to load profile picture (hoppsco…
Browse files Browse the repository at this point in the history
…tch#3045)

Co-authored-by: Liyas Thomas <[email protected]>
Co-authored-by: Nivedin <[email protected]>
Co-authored-by: Anwarul Islam <[email protected]>
fix: pane layout broken when wrap line is off (hoppscotch#3027)
Fix issue with disappearing tab when opening request tabs with long text in body/script (hoppscotch#3030)
  • Loading branch information
liyasthomas authored May 24, 2023
1 parent c910a03 commit 7c7ed68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hoppscotch-ui/src/components/smart/Picture.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
:src="url"
:alt="alt"
loading="lazy"
referrerpolicy="no-referrer"
/>
<div
v-else
Expand All @@ -21,8 +22,7 @@
<template v-if="initial && initial.charAt(0).toUpperCase()">
{{ initial.charAt(0).toUpperCase() }}
</template>

<icon-lucide-user v-else></icon-lucide-user>
<icon-lucide-user v-else />
</div>
<span
v-if="indicator"
Expand Down

0 comments on commit 7c7ed68

Please sign in to comment.