diff --git a/src/components/element/opportunity/OpportunityTableRow.tsx b/src/components/element/opportunity/OpportunityTableRow.tsx
index e2fec93b..9bdbbda8 100644
--- a/src/components/element/opportunity/OpportunityTableRow.tsx
+++ b/src/components/element/opportunity/OpportunityTableRow.tsx
@@ -28,7 +28,7 @@ export default function OpportunityTableRow({ hideTags, opportunity, className,
className={mergeClass("cursor-pointer", className)}
{...props}
aprColumn={
- }>
+ }>
{opportunity.apr / 100}
@@ -37,7 +37,7 @@ export default function OpportunityTableRow({ hideTags, opportunity, className,
}
tvlColumn={
- }>
+ }>
{opportunity.tvl ?? 0}