diff options
Diffstat (limited to 'src/view/com/profile/ProfileSubpageHeader.tsx')
-rw-r--r-- | src/view/com/profile/ProfileSubpageHeader.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileSubpageHeader.tsx b/src/view/com/profile/ProfileSubpageHeader.tsx index d5b7c2b68..b712b346b 100644 --- a/src/view/com/profile/ProfileSubpageHeader.tsx +++ b/src/view/com/profile/ProfileSubpageHeader.tsx @@ -71,7 +71,6 @@ export function ProfileSubpageHeader({ avatar // TODO && !(view.moderation.avatar.blur && view.moderation.avatar.noOverride) ) { openLightbox({ - type: 'images', images: [ { uri: avatar, |