We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ee2c commit f5b74ffCopy full SHA for f5b74ff
shared/components/StylingHooksTable.jsx
@@ -36,7 +36,7 @@ const formatType = type => {
36
class StylingHooksTable extends Component {
37
render() {
38
const { name, type } = this.props;
39
-
+
40
let vars;
41
try {
42
vars = require(`../../.generated/metadata/${type}s/${name}/styling-hooks.json`);
@@ -101,13 +101,13 @@ class StylingHooksTable extends Component {
101
})}
102
>
103
{ii === 0 ? (
104
- <td
+ <th
105
className="hooks-table__col-category"
106
scope="rowgroup"
107
rowSpan={categoryVars.length}
108
109
{category}
110
- </td>
+ </th>
111
) : null}
112
<td>
113
<div className="slds-grid">
0 commit comments