Quantity
-{quantity}
-Purchase Price
-{purchasePrice != null ? `$${purchasePrice.toFixed(2)}` : '—'}
-Condition
-{condition}
-Market Price
-{marketPrice != null ? `$${marketPrice.toFixed(2)}` : '—'}
-Gain / Loss
-{gain == null ? '—' : `${gain >= 0 ? '+' : '−'}$${Math.abs(gain).toFixed(2)}`}
-Purchased: {inv.createdAt ? new Date(inv.createdAt).toLocaleDateString() : '—'}
+Purchase Price
+{purchasePrice != null ? `$${purchasePrice.toFixed(2)}` : '—'}
+Market Price
+{marketPrice != null ? `$${marketPrice.toFixed(2)}` : '—'}
+Gain / Loss ($)
+{gain == null ? '—' : `${gain >= 0 ? '+' : '−'}$${Math.abs(gain).toFixed(2)}`}
+Gain / Loss (%)
+