fixed error causing trade details page to have no contents

wownero
Tanner Silva 3 years ago
parent 12d3c03a1b
commit 1f401421ea

@ -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…
Cancel
Save