mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
fixed error causing trade details page to have no contents
This commit is contained in:
parent
12d3c03a1b
commit
1f401421ea
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,7 @@ class TradeDetailsPage extends BasePage {
|
|||
onTap: item.onTap,
|
||||
child: StandartListRow(
|
||||
title: '${item.title}', value: '${item.value}'));
|
||||
}
|
||||
|
||||
if (item is SectionStandardListItem) {
|
||||
} else {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
Clipboard.setData(ClipboardData(text: '${item.value}'));
|
||||
|
|
Loading…
Reference in a new issue