Skip to content

Commit 4c3d72a

Browse files
committed
Eliminate // @ts-nocheck
1 parent 79c7384 commit 4c3d72a

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

packages/extension-polkagate/src/components/Assets.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
3-
// @ts-nocheck
43

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

packages/extension-polkagate/src/popup/account/LabelBalancePrice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
3-
// @ts-nocheck
3+
44
/* eslint-disable header/header */
55
/* eslint-disable react/jsx-max-props-per-line */
66

packages/extension-polkagate/src/popup/account/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export default function AccountDetails(): React.ReactElement {
6363
}, [assetId]);
6464
const showReservedChevron = useMemo(() => balances && !balances?.reservedBalance.isZero() && (isOnRelayChain(genesisHash) || !notOnNativeAsset), [balances, genesisHash, notOnNativeAsset]);
6565

66-
console.log('notOnNativeAsset:', notOnNativeAsset, assetId, showReservedChevron);
67-
6866
const gotToHome = useCallback(() => {
6967
if (showStakingOptions) {
7068
return setShowStakingOptions(false);

0 commit comments

Comments
 (0)