diff --git a/src/notebookButton.tsx b/src/notebookButton.tsx
index 1b3de90..fe653ab 100644
--- a/src/notebookButton.tsx
+++ b/src/notebookButton.tsx
@@ -76,7 +76,9 @@ export class TourButton extends ReactWidget {
const errors = this._manager.getNotebookValidationErrors(this._notebook);
if (errors.length) {
- title = `${this.translator.__('Tour Validation Errors')}: ${errors.length}`;
+ title = `${this.translator.__('Tour Validation Errors')}: ${
+ errors.length
+ }`;
icon = errorTourIcon;
}
@@ -99,7 +101,9 @@ export class TourButton extends ReactWidget {
{tourIds.length ? (
) : (
-
+
)}
{tourIds.length ? (