We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4fd68 commit a946cdaCopy full SHA for a946cda
web/src/layout/Header/index.tsx
@@ -32,7 +32,7 @@ export const PopupContainer = styled.div`
32
const Header: React.FC = () => {
33
return (
34
<Container>
35
- {process.env.REACT_APP_DEPLOYMENT === "testnet" && <TestnetBanner />}
+ {process.env.REACT_APP_DEPLOYMENT === "testnet" ? <TestnetBanner /> : null}
36
<HeaderContainer>
37
<DesktopHeader />
38
<MobileHeader />
0 commit comments