Skip to content

Commit

Permalink
Replaced div tag with Fragment (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshsuhagiya authored and tjwiebell committed Apr 25, 2019
1 parent e624260 commit 3cc4deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa-devdocs/src/peregrine/routing/index.md
Expand Up @@ -123,14 +123,14 @@ class App extends Component {
render(){
...
return (
<div className={className}>
<Fragment>
<Main isMasked={overlay}>
<Page>{renderRoutingError}</Page>
</Main>
<Mask isActive={overlay} dismiss={closeDrawer} />
<Navigation isOpen={navIsOpen} />
<MiniCart isOpen={cartIsOpen} />
</div>
</Fragment>
);
}
}
Expand Down

1 comment on commit 3cc4deb

@vercel
Copy link

@vercel vercel bot commented on 3cc4deb Apr 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://magento-venia-ojcqwghomc.now.sh to the following aliases.

Please sign in to comment.