Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Mar 21, 2024
1 parent 4de75ac commit fb740b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/page/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ func LayoutTransactionRow(gtx C, l *load.Load, wal sharedW.Asset, tx *sharedW.Tr
}),
layout.Flexed(1, func(gtx C) D {
txSize := l.ConvertTextSize(values.TextSize16)
// if !hideTxAssetInfo {
// txSize = values.TextSize14
// }
status := l.Theme.Label(l.ConvertTextSize(txSize), values.String(values.StrUnknown))
var dateTimeLbl cryptomaterial.Label
txConfirmations := TxConfirmations(wal, tx)
Expand Down

0 comments on commit fb740b0

Please sign in to comment.