From 177f9a88223855d3e53039c89957aeded3083054 Mon Sep 17 00:00:00 2001 From: Peggy Li Date: Fri, 25 Aug 2017 13:32:54 -0700 Subject: [PATCH] WizardStep: completely hide topInfo when no description --- src/Wizard/WizardStep.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Wizard/WizardStep.jsx b/src/Wizard/WizardStep.jsx index dfbaed32a..c9a859a60 100644 --- a/src/Wizard/WizardStep.jsx +++ b/src/Wizard/WizardStep.jsx @@ -55,8 +55,7 @@ export default class WizardStep extends React.Component {

Step {currentStep + 1}: {title}

-
- {description && + {description &&