Skip to content

Commit 3544eef

Browse files
committed
chore: remove verbose fragment in wizard
1 parent c732823 commit 3544eef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/wizard.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,9 @@ const Wizard: React.FC<WizardProps> = React.memo(
112112

113113
return (
114114
<WizardContext.Provider value={wizardValue}>
115-
<>
116-
{header}
117-
{activeStepContent}
118-
{footer}
119-
</>
115+
{header}
116+
{activeStepContent}
117+
{footer}
120118
</WizardContext.Provider>
121119
);
122120
},

0 commit comments

Comments
 (0)