From 69c806f501cc087fda24b7804dddf28e229a9b5e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 8 Sep 2024 01:26:50 +0530 Subject: [PATCH] feat: set aria-label --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 5fe30d2e..22403f8b 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -144,7 +144,7 @@ export const InterpretationLog = () => { {tableData.length > 0 && ( - +
{columns.map((column) => (