From 81babca775e8bd9a759cee84d76790e20085167f Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 30 Jun 2021 13:44:46 -0700 Subject: [PATCH] Landing page update. --- client/src/landing/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/landing/index.jsx b/client/src/landing/index.jsx index 26262df62..2ddc12a66 100644 --- a/client/src/landing/index.jsx +++ b/client/src/landing/index.jsx @@ -81,7 +81,7 @@ export default class Home extends React.Component { dataSource={Banner00DataSource} isMobile={this.state.isMobile} />, - ...(process.env.NODE_ENV === "production" + ...(process.env.NODE_ENV !== "production" ? [ //