diff options
Diffstat (limited to 'src/view/com/profile/ProfileSubpageHeader.tsx')
-rw-r--r-- | src/view/com/profile/ProfileSubpageHeader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileSubpageHeader.tsx b/src/view/com/profile/ProfileSubpageHeader.tsx index 09f074e50..785080c4b 100644 --- a/src/view/com/profile/ProfileSubpageHeader.tsx +++ b/src/view/com/profile/ProfileSubpageHeader.tsx @@ -74,6 +74,7 @@ export function ProfileSubpageHeader({ type: 'images', images: [{uri: avatar, thumbUri: avatar}], index: 0, + thumbDims: null, }) } }, [openLightbox, avatar]) |