feat(app): add evaluation history, bot control panel, simulation visualizer, and vendored signalr_core
This commit is contained in:
@@ -75,7 +75,7 @@ class FavoritesCarousel extends StatelessWidget {
|
||||
children: [
|
||||
AssetLogoWidget(
|
||||
symbolOrName: isin,
|
||||
imageUrl: fav.image.isNotEmpty ? fav.image : null,
|
||||
imageUrl: isin.isNotEmpty ? '/api/v1/logo/$isin' : (fav.image.isNotEmpty ? fav.image : null),
|
||||
size: 24,
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
|
||||
Reference in New Issue
Block a user