From e068f083c1516876c8582bfee6d4b372220f1dd8 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 1 Jun 2026 10:01:34 +0200 Subject: [PATCH] style: add blank line before LiveLogViewProps interface Co-authored-by: Cursor --- client/src/components/LiveLogView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/LiveLogView.tsx b/client/src/components/LiveLogView.tsx index 59dbac2..974da2e 100644 --- a/client/src/components/LiveLogView.tsx +++ b/client/src/components/LiveLogView.tsx @@ -65,6 +65,7 @@ import CourseDialInput from './CourseDialInput.tsx' import LiveCameraCapture from './LiveCameraCapture.tsx' import { saveEntryPhoto, deleteEntryPhoto } from '../services/photoAttachments.js' import { blobToCompressedJpegDataUrl } from '../utils/imageCompress.js' + interface LiveLogViewProps { logbookId: string onOpenEditor: (entryId: string) => void