Skip to content

Commit

Permalink
yarn lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbeefcake committed Nov 21, 2023
1 parent e676fda commit 198a1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/app/pages/Election/Election.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
},
},
],
}
},
}
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/common/model/JoystreamNode/errorEvents.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { RegistryError } from '@polkadot/types-codec/types'
import { EventRecord } from '@polkadot/types/interfaces/system'
import { SpRuntimeDispatchError } from '@polkadot/types/lookup'
import { RegistryError } from '@polkadot/types-codec/types'

import { isModuleEvent } from './isModuleEvent'

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/test/_mocks/transactions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AugmentedEvents } from '@polkadot/api/types'
import { DeriveBalancesAll } from '@polkadot/api-derive/types'
import { AugmentedEvents } from '@polkadot/api/types'
import { AnyTuple } from '@polkadot/types/types'
import BN from 'bn.js'
import { set } from 'lodash'
Expand Down

0 comments on commit 198a1a3

Please sign in to comment.