We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f99afd commit 8e75241Copy full SHA for 8e75241
src/lib/seam/components/SupportedDeviceTable/SupportedDeviceContent.tsx
@@ -132,13 +132,13 @@ function EmptyResult({
132
)
133
134
return (
135
- <tr className='seam-supported-device-table-content-message-row'>
136
- <td colSpan={6}>
+ <div className='seam-supported-device-table-content-message-row'>
+ <div>
137
<div className='seam-supported-device-table-content-message'>
138
{filterValue.length === 0 ? <p>{t.noneFound}</p> : noMatchingRows}
139
</div>
140
- </td>
141
- </tr>
+ </div>
142
143
}
144
0 commit comments