fix: wrap <tr> into <tbody>

This commit is contained in:
Pavel
2025-08-01 01:31:11 +02:00
parent 975a551728
commit fc9677f419

View File

@@ -13,6 +13,7 @@
<div> <div>
<table> <table>
<tbody>
<tr> <tr>
<td <td
use:resizeObserver={true} use:resizeObserver={true}
@@ -27,6 +28,7 @@
</InlineButton> </InlineButton>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>