We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d154bb commit 2aa2b8fCopy full SHA for 2aa2b8f
src/components/titles/index.js
@@ -77,7 +77,7 @@ function draw(gd, titleClass, options) {
77
78
// Get subtitle properties
79
var subtitleProp = options.subtitlePropName;
80
- var subtitleEnabled = !!(subtitleProp);
+ var subtitleEnabled = !!subtitleProp;
81
var subtitlePlaceholder = options.subtitlePlaceholder;
82
var subtitle = (cont.title || {}).subtitle;
83
var subtitleTxt = (subtitle && subtitle.text ? subtitle.text : '').trim();
0 commit comments