diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 14:51:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 14:51:06 +0200 |
| commit | 70551b5c0d32effb316a75d6bbe3c6807f8b4d05 (patch) | |
| tree | a50470b6d74726ecdce0c66377841683de150cad /public/bundle.js | |
| parent | a450fa75edb927b7568b8a3198f9209c6a4c7f79 (diff) | |
margin
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index b5de37c..6596af0 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -1406,7 +1406,7 @@ function Group(props) { return (0, _preact.h)( 'div', { className: 'group' }, - (0, _preact.h)( + this.props.title && (0, _preact.h)( 'h3', null, this.props.title |
