${a}${this.profileTypeImage(item)}${a != null ? html`` : null}
-
- ${item.stocks.map(
- (stock) => {
- const selected = this.selectedStockItem != null &&
- this.selectedStockItem.symbol == stock.symbol ? "btn-secondary active" : "btn-outline-secondary";
- return html`
`
- }
- )}
+
+
+ ${tradeCount} Trade${tradeCount == 1 ? '' : 's'}
+
+ ${item.stocks.map(
+ (stock) => {
+ const selected = this.selectedStockItem != null &&
+ this.selectedStockItem.symbol == stock.symbol ? "btn-secondary active" : "btn-outline-secondary";
+ return html``
+ }
+ )}
+
`
} else {
const height = this.height ?? 64;