temporary tbody fix

This commit is contained in:
plebbitor
2023-03-11 12:22:37 +01:00
parent 777935ecbe
commit 05ef7e7a91
+5 -2
View File
@@ -468,8 +468,11 @@ const Board = ({ setBodyStyle }) => {
<button id="t-help" type="button" onClick={handleClickHelp} data-tip="Help">?</button> <button id="t-help" type="button" onClick={handleClickHelp} data-tip="Help">?</button>
</td> </td>
</tr> </tr>
<button onClick={() => setIsCaptchaOpen(true)}>Show Captcha</button> <tr>
<tr></tr> <td>
<button onClick={() => setIsCaptchaOpen(true)}>Show Captcha</button>
</td>
</tr>
</tbody> </tbody>
</PostFormTable> </PostFormTable>
</PostForm> </PostForm>