From aca1e939d1e2a127d6588915a0191b635eefbf41 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 3 Apr 2019 15:56:09 +1100 Subject: [PATCH] vbox spacing --- client/src/components/vbox.component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index db4937f3..1552a2b2 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -2,8 +2,8 @@ const preact = require('preact'); const range = require('lodash/range'); function convertVar(v) { - return v || ''; - // uncomment for double borders in vbox + return v ||  ; + // uncomment for double borders in vbox; // if (v) { // return
{v}
; // }