+
+
+
+
+
+
+ {uniqueAssets.map(asset => (
+
+ {asset.mic}
+ {asset.ticker}
+
+ ))}
+
+
{newsItems[0].title}
+
+
+ {newsItems[0].date.toLocaleString('en-US', {
+ year: 'numeric',
+ month: 'long',
+ day: 'numeric',
+ hour: 'numeric',
+ minute: '2-digit',
+ second: '2-digit',
+ hour12: true,
+ })}
+
-
-
- {uniqueAssets.map(asset => (
-
- {asset.mic}
- {asset.ticker}
-
- ))}
-
-
{newsItems[0].title}
-
-
- {newsItems[0].date.toLocaleString('en-US', {
- year: 'numeric',
- month: 'long',
- day: 'numeric',
- hour: 'numeric',
- minute: '2-digit',
- second: '2-digit',
- hour12: true,
- })}
-
-
-