From d5d5f0fc3cb81d58f4cfe2287128758900c14f51 Mon Sep 17 00:00:00 2001 From: gdbroman <99gustaf@gmail.com> Date: Thu, 3 Aug 2023 15:34:02 +0200 Subject: [PATCH] Add missing ourShip argument --- lib/design-system/src/blocks/Bubble/Pinned.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/design-system/src/blocks/Bubble/Pinned.tsx b/lib/design-system/src/blocks/Bubble/Pinned.tsx index 3999786a96..2c04a4f63f 100644 --- a/lib/design-system/src/blocks/Bubble/Pinned.tsx +++ b/lib/design-system/src/blocks/Bubble/Pinned.tsx @@ -66,7 +66,7 @@ export const PinnedMessage = ({ ); } else { - pinnedContent = renderFragment(id, message[0], 0, author); + pinnedContent = renderFragment(id, message[0], 0, author, window.ship); } return (