Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel committed Dec 13, 2024
1 parent 1925b80 commit 73760dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion novawallet/Modules/Swaps/View/AssetAmountRouteItemView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ final class AssetAmountRouteItemView: AssetAmountView {

private var imageSize: CGFloat = 24 {
didSet {
if imageSize != oldValue {}
if imageSize != oldValue {
updateAssetIconLayout()
}
}
}

Expand Down

0 comments on commit 73760dc

Please sign in to comment.