Skip to content

Commit 563ace5

Browse files
committed
Update index.tsx
1 parent 7e37bed commit 563ace5

File tree

1 file changed

+1
-1
lines changed
  • packages/extension-polkagate/src/fullscreen/accountDetails

1 file changed

+1
-1
lines changed

packages/extension-polkagate/src/fullscreen/accountDetails/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default function AccountDetails(): React.ReactElement {
141141
}, [genesisHash, accountAssets, assetId, paramAssetId, selectedAsset]);
142142

143143
const onChangeAsset = useCallback((id: number) => {
144-
if (id === -1) { // this is the id of native token
144+
if (id === -1) { // this is the id of native token on drop down list
145145
setAssetIdOnAssetHub(0);
146146

147147
return;

0 commit comments

Comments
 (0)