Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 9, 2024
1 parent e9d0222 commit b2ab5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class GuidedStructurePage extends Page {
const { interfaces = {} } = this.info.globalState;

this.list.emptyMessage = "Loading valid formats...";
console.log(this.list)
console.log(this.list);

this.search.options = await fetch(`${baseUrl}/neuroconv`)
.then((res) => res.json())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ export class GuidedInspectorPage extends Page {
const list = new InspectorList({ items, emptyMessage });
setTimeout(() => {
console.log(list);
})
return list
});
return list;
}
const path = getSharedPath(fileArr.map(({ info }) => info.file));
Expand Down

0 comments on commit b2ab5b6

Please sign in to comment.