Remove react-snap from dev-tools-pages since it was messing up links on rendering pages

This commit is contained in:
Fabio Berger
2019-01-17 20:59:39 +01:00
parent f6edf27856
commit e1e531a2a4
4 changed files with 4 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ const Hero: React.StatelessComponent<ContextInterface> = ({ children }) => (
Read the Docs
</Button>
</HeroContainer>
{navigator.userAgent !== 'ReactSnap' ? children : null}
{children}
</StyledHero>
)}
</ThemeContext.Consumer>