From 1a580957821e21c9e6199b8b4e1543f64094ffb5 Mon Sep 17 00:00:00 2001 From: picklesrus Date: Mon, 23 Sep 2019 16:15:20 -0400 Subject: [PATCH] Put values directly in render props. --- src/views/join/join.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/join/join.jsx b/src/views/join/join.jsx index 3064ec08b..60379fd86 100644 --- a/src/views/join/join.jsx +++ b/src/views/join/join.jsx @@ -5,14 +5,12 @@ const ErrorBoundary = require('../../components/errorboundary/errorboundary.jsx' // Require this even though we don't use it because, without it, webpack runs out of memory... const Page = require('../../components/page/www/page.jsx'); // eslint-disable-line no-unused-vars -const openModal = true; -const showCloseButton = false; const Register = () => ( );