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 Oct 13, 2023
1 parent 69f35c0 commit efbc985
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/renderer/src/stories/preview/NWBFilePreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,19 @@ export class NWBFilePreview extends LitElement {
getSharedPath(fileArr.map((o) => o.info.file))
))();
const list = new InspectorList({
items: items,
listStyles: { minWidth: "300px", maxWidth: "350px" },
emptyMessage: "No issues found.",
});
list.style.padding = "10px";
return list;
})(),
html`<small style="padding: 10px 25px;">Loading inspector report...</small>`
)}
</div>`
: ""}
</div>`;
const list = new InspectorList({
items: items,
listStyles: { minWidth: "300px", maxWidth: "350px" },
emptyMessage: "No issues found.",
});
list.style.padding = "10px";
return list;
})(),
html`<small style="padding: 10px 25px;">Loading inspector report...</small>`
)}
</div>`
: ""}
</div>`;
}
}

Expand Down

0 comments on commit efbc985

Please sign in to comment.