Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Dec 13, 2023
1 parent bdc3f5f commit 3e2d7fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/pages/OnDeviceDisplay/ProtocolSetup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ function PrepareToRun({
setIsPollingForCompletedAnalysis,
] = React.useState<boolean>(mostRecentAnalysisSummary?.status !== 'completed')

const { data: mostRecentAnalysis = null} = useProtocolAnalysisAsDocumentQuery(
const {
data: mostRecentAnalysis = null,
} = useProtocolAnalysisAsDocumentQuery(
protocolId,
last(protocolRecord?.data.analysisSummaries)?.id ?? null,
{
Expand Down

0 comments on commit 3e2d7fa

Please sign in to comment.