Skip to content

Commit f624a8d

Browse files
fix(firstMile): no sample app or boilerplate app for arduino onboarding (#5468)
1 parent 39e2cec commit f624a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/homepageExperience/components/steps/Finish.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ export const Finish = (props: OwnProps) => {
151151
</ResourceCard>
152152
)}
153153
</FlexBox>
154-
{props.wizardEventName !== 'cliWizard' ? (
154+
{props.wizardEventName !== 'cliWizard' &&
155+
props.wizardEventName !== 'arduinoWizard' ? (
155156
<SampleAppCard
156157
handleNextStepEvent={handleNextStepEvent}
157158
wizardEventName={props.wizardEventName}

0 commit comments

Comments
 (0)