-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed additional settings from Ledger Live Desktop.
- Loading branch information
1 parent
fcbfca2
commit 56302fb
Showing
4 changed files
with
1 addition
and
193 deletions.
There are no files selected for viewing
100 changes: 0 additions & 100 deletions
100
apps/ledger-live-desktop/src/renderer/families/aptos/SendAmountFields.tsx
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
apps/ledger-live-desktop/src/renderer/families/aptos/SequenceNumberField.tsx
This file was deleted.
Oops, something went wrong.
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,8 +1,5 @@ | ||
import sendAmountFields from "./SendAmountFields"; | ||
import { AptosFamily } from "./types"; | ||
|
||
const family: AptosFamily = { | ||
sendAmountFields, | ||
}; | ||
const family: AptosFamily = {}; | ||
|
||
export default family; |
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