minor fix
Omar committed
May 7, 2026 at 00:17 UTC
3822a2c30f3d371da7a2a73a7f76b97708833004
1 file changed
+1
-1
lib/new-ui/widgets/wallet_deprecation_popup.dart
+1
-1
@@ -35,7 +35,7 @@ class WalletDeprecationPopup extends StatelessWidget {
35
spacing: 24,
36
children: [
37
CakeImageWidget(
38
- imageUrl: curr.iconSvgPath ?? curr.iconPath,
38
+ imageUrl: curr.iconPath,
39
width: 64,
40
height: 64,
41
),