summaryrefslogtreecommitdiff
path: root/src/modules/result/components/DetailRow.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/result/components/DetailRow.tsx')
-rw-r--r--src/modules/result/components/DetailRow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/result/components/DetailRow.tsx b/src/modules/result/components/DetailRow.tsx
index bb5b1ef..143bae9 100644
--- a/src/modules/result/components/DetailRow.tsx
+++ b/src/modules/result/components/DetailRow.tsx
@@ -42,7 +42,7 @@ const DetailRow = ({ productId }: { productId: number }) => {
{detailLocation.data?.map((location: StockOpnameLocationRes) => (
<tr key={location.id}>
<td />
- <td className={clsxm(styles.td, 'min-w-[250px]')}>
+ <td className={clsxm(styles.td, 'min-w-[250px]')} aria-label='name'>
<div className="flex gap-x-2">
<CornerDownRightIcon size={16} />
{location.name}