From 5a8ab315b52fa826bfdfd33a22bcdc441c45d667 Mon Sep 17 00:00:00 2001 From: carljbowman Date: Wed, 14 Oct 2015 14:46:13 -0600 Subject: [PATCH] Remove extra white space on HOC Landing --- src/views/hoc/hoc.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index 7157ad7ac..e539bd6d8 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -6,8 +6,6 @@ require('./hoc.scss'); var Button = require('../../components/forms/button.jsx'); var Box = require('../../components/box/box.jsx'); - - var Hoc = React.createClass({ type: 'Hoc',