Skip to content

Commit

Permalink
Eliminate // @ts-nocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIRKHANEF committed Jul 1, 2024
1 parent 79c7384 commit 4c3d72a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/extension-polkagate/src/components/Assets.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
// SPDX-License-Identifier: Apache-2.0
// @ts-nocheck

/* eslint-disable react/jsx-max-props-per-line */

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
// SPDX-License-Identifier: Apache-2.0
// @ts-nocheck

/* eslint-disable header/header */
/* eslint-disable react/jsx-max-props-per-line */

Expand Down
2 changes: 0 additions & 2 deletions packages/extension-polkagate/src/popup/account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export default function AccountDetails(): React.ReactElement {
}, [assetId]);
const showReservedChevron = useMemo(() => balances && !balances?.reservedBalance.isZero() && (isOnRelayChain(genesisHash) || !notOnNativeAsset), [balances, genesisHash, notOnNativeAsset]);

console.log('notOnNativeAsset:', notOnNativeAsset, assetId, showReservedChevron);

const gotToHome = useCallback(() => {
if (showStakingOptions) {
return setShowStakingOptions(false);
Expand Down

0 comments on commit 4c3d72a

Please sign in to comment.