vbox spacing
This commit is contained in:
parent
42124c8c48
commit
aca1e939d1
@ -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 || <span> </span>;
|
||||
// uncomment for double borders in vbox;
|
||||
// if (v) {
|
||||
// return <div>{v}</div>;
|
||||
// }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user