diff --git a/apps/web/components/BondTimeline.tsx b/apps/web/components/BondTimeline.tsx index 1d8e3e4..d83b89b 100644 --- a/apps/web/components/BondTimeline.tsx +++ b/apps/web/components/BondTimeline.tsx @@ -134,11 +134,23 @@ export function BondTimeline({ return () => document.removeEventListener('mousedown', handleClickOutside); }, [selectedEvent]); + const now = new Date(); + const isViewingCurrentMonth = + currentMonth.getFullYear() === now.getFullYear() && + currentMonth.getMonth() === now.getMonth(); + return (
Minimum deposit amount: 0.1 XLM
+ {amountError &&{amountError}
}{txHash.slice(0, 16)}…
+ )}