diff options
Diffstat (limited to 'src/state/cache')
-rw-r--r-- | src/state/cache/profile-shadow.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/cache/profile-shadow.ts b/src/state/cache/profile-shadow.ts index 31bf55d13..0d3bb1b17 100644 --- a/src/state/cache/profile-shadow.ts +++ b/src/state/cache/profile-shadow.ts @@ -144,8 +144,8 @@ function mergeShadow<TProfileView extends bsky.profile.AnyProfileView>( 'status' in shadow ? shadow.status : 'status' in profile - ? profile.status - : undefined, + ? profile.status + : undefined, }) } |