From 9d744ff3cc32bce0ec2ec567489070f5fff074ea Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 25 Mar 2026 06:44:25 +1100 Subject: [PATCH] fix: correct comment formatting in VideoFrameThumbnail component --- src/app/components/message/content/VideoFrameThumbnail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/message/content/VideoFrameThumbnail.tsx b/src/app/components/message/content/VideoFrameThumbnail.tsx index 5e5b074..1edcff5 100644 --- a/src/app/components/message/content/VideoFrameThumbnail.tsx +++ b/src/app/components/message/content/VideoFrameThumbnail.tsx @@ -8,7 +8,7 @@ import { getCurrentAccessToken } from '../../../utils/auth'; /** * Extracts the first frame from a video file and renders it as a thumbnail. - * This is used as a fallback when no thumbnail metadata is provided. + * This is used as a fallback when no thumbnail metadata is provided. */ export type VideoFrameThumbnailProps = { mimeType: string;