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