Skip to content

Commit

Permalink
fix bug: building static HTML failed for path "/"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirco Cotugno committed Jun 25, 2019
1 parent b3dff48 commit 788a172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/LandingForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ const LandingForm = class extends React.Component {
{inlineMessage}
</h2>
) : (
{steps}
<>
{steps}
</>
);

return (
Expand Down

0 comments on commit 788a172

Please sign in to comment.