From 92476d31e2e35089db5c68bb5089d91154d1d643 Mon Sep 17 00:00:00 2001 From: ncdiehl11 Date: Thu, 2 May 2024 16:50:14 -0400 Subject: [PATCH] update comment --- app/src/organisms/RunPreview/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/organisms/RunPreview/index.tsx b/app/src/organisms/RunPreview/index.tsx index 4525f8e0cc47..2310f72292bd 100644 --- a/app/src/organisms/RunPreview/index.tsx +++ b/app/src/organisms/RunPreview/index.tsx @@ -83,10 +83,8 @@ export const RunPreviewComponent = ( ? nullCheckedCommandsFromQuery : robotSideAnalysis.commands) ?? [] // pass relevant data from run rather than analysis so that CommandText utilities can properly hash the entities' IDs - // TODO (nd:05/02/2024): update name and types for CommandText (and children/utilities) use of analysis. These children - // and utilities need only a subset of data provided by analysis, and there should be an overlap of these required data - // between a completed analysis and a run record, so we shouldn't pass down a franken-analysis, but rather a new interface - // with just the required data coming from the analysis OR the run. + // TODO (nd:05/02/2024, AUTH-380): update name and types for CommandText (and children/utilities) use of analysis. + // We should ideally pass only subset of analysis/run data required by these children and utilities const protocolDataFromAnalysisOrRun = isRunTerminal && runRecord?.data != null ? {