Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Aug 25, 2023
1 parent e4c042b commit 933d7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Tabs = (): JSX.Element => {
})
.catch(reason => {
console.error(
`Error while accessing the Jupyter Server datalayer_example extension..\n${reason}`
`Error while accessing the Jupyter Server datalayer_example extension.\n${reason}`
);
});
});
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/app/JupyterReact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const JupyterReact = (props: JupyterFrontEndProps): JSX.Element => {
})
.catch(reason => {
console.error(
`Error while accessing the Jupyter Server jupyter_react extension..\n${reason}`
`Error while accessing the Jupyter Server jupyter_react extension.\n${reason}`
);
});
});
Expand Down

0 comments on commit 933d7ac

Please sign in to comment.