diff --git a/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx b/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx
index d6be07888c..952a0b699c 100644
--- a/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx
+++ b/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx
@@ -174,7 +174,7 @@ class TitleEditor extends Component {
)
: null;
const icon = this.props.icon && typeof this.props.icon === "string"
- ?
+ ?
: null;
if (label || icon) {
heading = (
diff --git a/canvas_modules/common-canvas/src/palette/palette-content-list-item.jsx b/canvas_modules/common-canvas/src/palette/palette-content-list-item.jsx
index 66ae514556..b0587f5505 100644
--- a/canvas_modules/common-canvas/src/palette/palette-content-list-item.jsx
+++ b/canvas_modules/common-canvas/src/palette/palette-content-list-item.jsx
@@ -284,7 +284,7 @@ class PaletteContentListItem extends React.Component {
icon = image;
} else if (typeof image === "string") {
icon = image.endsWith(".svg")
- ?
+ ?
:
;
}
}
diff --git a/canvas_modules/common-canvas/src/palette/palette-flyout-content-category.jsx b/canvas_modules/common-canvas/src/palette/palette-flyout-content-category.jsx
index 4476c30bec..ef9ac5fbd9 100644
--- a/canvas_modules/common-canvas/src/palette/palette-flyout-content-category.jsx
+++ b/canvas_modules/common-canvas/src/palette/palette-flyout-content-category.jsx
@@ -170,7 +170,7 @@ class PaletteFlyoutContentCategory extends React.Component {
} else if (this.props.category.image.endsWith(".svg")) {
itemImage = (
-
+
);
} else {
diff --git a/canvas_modules/common-canvas/src/palette/palette-flyout-content-search.jsx b/canvas_modules/common-canvas/src/palette/palette-flyout-content-search.jsx
index fc3157aa53..b8893f3aaa 100644
--- a/canvas_modules/common-canvas/src/palette/palette-flyout-content-search.jsx
+++ b/canvas_modules/common-canvas/src/palette/palette-flyout-content-search.jsx
@@ -52,7 +52,6 @@ class PaletteFlyoutContentSearch extends React.Component {
// palette-flyout-search id added for hopscotch tours
+
);
diff --git a/canvas_modules/harness/src/client/App.js b/canvas_modules/harness/src/client/App.js
index 308471e827..310db75a51 100644
--- a/canvas_modules/harness/src/client/App.js
+++ b/canvas_modules/harness/src/client/App.js
@@ -2225,7 +2225,7 @@ class App extends React.Component {
{ action: "color-subpanel", iconEnabled: (), label: "Color picker", enable: true,
subPanel: ColorPicker, subPanelData: { clickActionHandler: (color) => window.alert("Color selected = " + color) } },
{ divider: true },
- { action: "save", iconEnabled: (), enable: true, tooltip: saveReloadTooltip }
+ { action: "save", iconEnabled: (), label: "Save", enable: true, tooltip: saveReloadTooltip }
],
rightBar: [
{ divider: true },