Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jul 21, 2024
1 parent d8f3ca2 commit bc66ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/training-page/faq-page.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default function loadFAQPage(main) {
main.innerHTML = '';
return null;
}
1 change: 1 addition & 0 deletions components/training-page/training-visualization-page.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default function loadTrainingVisualizationPage(main) {
main.innerHTML = '';
return null;
}

0 comments on commit bc66ed2

Please sign in to comment.