diff options
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 |
