-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1078 from PolkaGate/closes#1071
Transferable vs available balance! address #1071
- Loading branch information
Showing
23 changed files
with
298 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
packages/extension-polkagate/src/fullscreen/accountDetails/components/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// @ts-nocheck | ||
|
||
export { default as AccountInformationForDetails } from './AccountInformationForDetails'; | ||
export { default as AccountSetting } from './AccountSetting'; | ||
export { default as AssetSelect } from './AssetSelect'; | ||
export { default as CommonTasks } from './CommonTasks'; | ||
export { default as DisplayBalance } from './DisplayBalance'; | ||
export { default as ExternalLinks } from './ExternalLinks'; | ||
export { default as LockedBalanceDisplay } from './LockedBalanceDisplay'; | ||
export { default as LockedInReferendaFS } from './LockedInReferendaFS'; | ||
export { default as TotalChart } from './TotalChart'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.