Skip to content

Commit

Permalink
L1-63: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
youPickItUp committed Oct 24, 2024
1 parent 84226f5 commit 447d9f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/page-staking/src/useSortedTargets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ function extractSingle (api: ApiPromise, allAccounts: string[], derive: PatchedD
const exp = (exposurePaged.isSome && exposurePaged.unwrap()) || forwardCompatibleExposurePaged;
const expMeta = (exposureMeta.isSome && exposureMeta.unwrap()) || forwardCompatibleExposureMeta;

allOtherNominators.length > 0 && (window.data = allOtherNominators)
// some overrides (e.g. Darwinia Crab) does not have the own/total field in Exposure
let [bondOwn, bondTotal] = expMeta
? [expMeta.own.unwrap(), expMeta.total.unwrap()]
Expand Down

0 comments on commit 447d9f1

Please sign in to comment.