From 7aa824a1a6e2c7ba189a09b3a1bf360c419cced0 Mon Sep 17 00:00:00 2001 From: Viktor Renkema Date: Thu, 27 Nov 2025 18:05:53 +0100 Subject: [PATCH] Remove sticky prop --- packages/gitbook/src/components/DocumentView/Update.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/gitbook/src/components/DocumentView/Update.tsx b/packages/gitbook/src/components/DocumentView/Update.tsx index ff10fba45c..dd5d9301d5 100644 --- a/packages/gitbook/src/components/DocumentView/Update.tsx +++ b/packages/gitbook/src/components/DocumentView/Update.tsx @@ -35,8 +35,6 @@ export function Update(props: BlockProps) { short: formatDateShort(parsedDate), }[dateFormat]; - const isSticky = parentUpdates.data.sticky; - return (
) { >