From c3dda5d9190ec41d6ea101d535cc5b0f8aff339c Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Thu, 23 Apr 2026 16:31:30 +0200 Subject: [PATCH] temp: add diag log for 51016DE Supabase data --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 112dd16..99601c3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -134,6 +134,10 @@ export default function App() { console.log('Fetching synced data from Supabase...'); const syncedData = await getAllSyncedRows(); + // TEMP DIAG: log the specific item to check + const diagItem = syncedData['51016DE']; + console.log('[DIAG] 51016DE in syncedData:', diagItem ? JSON.stringify({ status: diagItem.status, dataLen: diagItem.data?.length }) : 'NOT FOUND'); + if (diagItem) console.log('[DIAG] 51016DE data snapshot:', JSON.stringify(diagItem.data)); const resolvedCols = resolveColumnIndices(headers); const editableColumns = new Set([