We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e2cec commit f624a8dCopy full SHA for f624a8d
src/homepageExperience/components/steps/Finish.tsx
@@ -151,7 +151,8 @@ export const Finish = (props: OwnProps) => {
151
</ResourceCard>
152
)}
153
</FlexBox>
154
- {props.wizardEventName !== 'cliWizard' ? (
+ {props.wizardEventName !== 'cliWizard' &&
155
+ props.wizardEventName !== 'arduinoWizard' ? (
156
<SampleAppCard
157
handleNextStepEvent={handleNextStepEvent}
158
wizardEventName={props.wizardEventName}
0 commit comments