diff --git a/src/components/ebay-table/index.marko b/src/components/ebay-table/index.marko index 41142fa7e..f3b224be6 100644 --- a/src/components/ebay-table/index.marko +++ b/src/components/ebay-table/index.marko @@ -136,7 +136,7 @@ $ const { ) && `table-cell--${header.columnType}`, ]; - <${header.columnType === "row-header" ? "th" : "td"} + <${header.rowHeader ? "th" : "td"} ...processHtmlAttributes(tdInput) class=[cellBaseClass, tdClass] >