From 45ed7b780ec74fccb44c6b91a0c3b861767e5aac Mon Sep 17 00:00:00 2001 From: Ryan Miller Date: Wed, 9 Oct 2024 11:00:14 +1100 Subject: [PATCH] chore: fix space in comment --- packages/sanity-cms/components/SanityPortableText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity-cms/components/SanityPortableText.tsx b/packages/sanity-cms/components/SanityPortableText.tsx index b227a1e2..afdd8f2e 100644 --- a/packages/sanity-cms/components/SanityPortableText.tsx +++ b/packages/sanity-cms/components/SanityPortableText.tsx @@ -87,7 +87,7 @@ export function SanityPortableText({ value, className, ...props }: SanityPortabl continue; } } else if (blocks.length < 3 && block._type === 'image') { - //Prioritize images in the first 5 blocks of the content + // Prioritize images in the first 5 blocks of the content // @ts-expect-error - This is a workaround to make TS happy block.priority = true; }