From 3b9c25d51d7fdb0826d6acb1269e87266a209647 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Thu, 10 Apr 2025 21:54:47 +0000 Subject: [PATCH] Fix broken "View Records" button in domain table Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/6e94c69c-8100-4b87-8335-caa595aa6ee2.jpg --- client/src/components/domain/domain-table.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/src/components/domain/domain-table.tsx b/client/src/components/domain/domain-table.tsx index 287cec1..aaced48 100644 --- a/client/src/components/domain/domain-table.tsx +++ b/client/src/components/domain/domain-table.tsx @@ -203,9 +203,12 @@ export function DomainTable({ onManageDomain, onDeleteDomain, onAddDomain }: Dom - -
View Records
- +
onManageDomain && onManageDomain(domain)} + > + View Records +
{domain.lastUpdated