Skip to content

Commit

Permalink
- disable eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Aug 4, 2024
1 parent 8ccf47c commit f826af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ketcher-react/src/script/ui/App/initApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function initApp(
const ketcherId = uniqueId();
// hack to return server setter to Editor.tsx
// because it does not have access to store
// eslint-disable-next-line prefer-const
let getServerSetter: () => (structService: StructService) => void;

const setEditor = (editor) => {
Expand Down

0 comments on commit f826af1

Please sign in to comment.