mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
temporary tbody fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user