mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update posting logic
This commit is contained in:
@@ -62,9 +62,9 @@ const CaptchaModal = () => {
|
||||
<button className="icon" onClick={() => setIsCaptchaOpen(false)} title="close" />
|
||||
</div>
|
||||
<div id="form">
|
||||
{pendingComment.displayName ? (
|
||||
{pendingComment.author?.displayName ? (
|
||||
<div>
|
||||
<input id="field" type="text" placeholder={pendingComment.displayName} disabled />
|
||||
<input id="field" type="text" placeholder={pendingComment.author?.displayName} disabled />
|
||||
</div>
|
||||
) : null}
|
||||
{pendingComment.title ? (
|
||||
|
||||
Reference in New Issue
Block a user