Skip to content

Commit

Permalink
Merge pull request #1966 from holium/fix-lint-issue-in-master
Browse files Browse the repository at this point in the history
Add missing ourShip argument
  • Loading branch information
gdbroman authored Aug 3, 2023
2 parents 6e518dd + d5d5f0f commit 0a5bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/design-system/src/blocks/Bubble/Pinned.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const PinnedMessage = ({
</Box>
);
} else {
pinnedContent = renderFragment(id, message[0], 0, author);
pinnedContent = renderFragment(id, message[0], 0, author, window.ship);
}

return (
Expand Down

0 comments on commit 0a5bfcf

Please sign in to comment.