mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
contact tx history
This commit is contained in:
parent
51c98f90e9
commit
4948493643
1 changed files with 10 additions and 3 deletions
|
@ -192,9 +192,16 @@ class _DesktopContactDetailsState extends ConsumerState<DesktopContactDetails> {
|
|||
],
|
||||
),
|
||||
),
|
||||
Text(
|
||||
"Transaction history",
|
||||
style: STextStyles.desktopTextExtraExtraSmall(context),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(
|
||||
top: 20,
|
||||
bottom: 12,
|
||||
),
|
||||
child: Text(
|
||||
"Transaction history",
|
||||
style:
|
||||
STextStyles.desktopTextExtraExtraSmall(context),
|
||||
),
|
||||
),
|
||||
FutureBuilder(
|
||||
future: _filteredTransactionsByContact(
|
||||
|
|
Loading…
Reference in a new issue