Skip to content

Commit

Permalink
fix chore
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed May 14, 2024
1 parent 6059ea4 commit f099487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<component :is="link ? MkA : 'span'" v-user-preview="preview ? user.id : undefined" v-bind="bound" class="_noSelect" :class="$style.root" :style="{ color }" :title="acct(user)" @click="onClick">
<MkImgWithBlurhash
:class="[$style.inner, { [$style.reduceBlurEffect]: !defaultStore.state.useBlurEffect, [$style.noDrag]: noDrag }]"
:class="[$style.inner, $style.noDrag, { [$style.reduceBlurEffect]: !defaultStore.state.useBlurEffect }]"
:src="url"
:hash="user.avatarBlurhash"
:cover="true"
Expand Down

0 comments on commit f099487

Please sign in to comment.