about summary refs log tree commit diff
path: root/src/components/ProfileHoverCard/types.ts
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-08-07 19:15:49 +0300
committerGitHub <noreply@github.com>2025-08-07 09:15:49 -0700
commit0a2b1fcfb808c9ddd503fac5247d1acf256cfb45 (patch)
tree0f56e7c9d332aa6599778f67777e3d1f3b0519d5 /src/components/ProfileHoverCard/types.ts
parentcb54082edab73fd8e7f736e5b883b87e052604a8 (diff)
downloadvoidsky-0a2b1fcfb808c9ddd503fac5247d1acf256cfb45.tar.zst
add profile hover card to notif items (#8666)
Diffstat (limited to 'src/components/ProfileHoverCard/types.ts')
-rw-r--r--src/components/ProfileHoverCard/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ProfileHoverCard/types.ts b/src/components/ProfileHoverCard/types.ts
index 7d9e19ac5..f99254e40 100644
--- a/src/components/ProfileHoverCard/types.ts
+++ b/src/components/ProfileHoverCard/types.ts
@@ -6,4 +6,5 @@ export type ProfileHoverCardProps = ViewStyleProp & {
   children: React.ReactNode
   did: string
   disable?: boolean
+  inline?: boolean
 }