Remove react-snap from dev-tools-pages since it was messing up links on rendering pages
This commit is contained in:
@@ -18,7 +18,7 @@ const Hero: React.StatelessComponent<ContextInterface> = ({ children }) => (
|
||||
Read the Docs
|
||||
</Button>
|
||||
</HeroContainer>
|
||||
{navigator.userAgent !== 'ReactSnap' ? children : null}
|
||||
{children}
|
||||
</StyledHero>
|
||||
)}
|
||||
</ThemeContext.Consumer>
|
||||
|
Reference in New Issue
Block a user