fix layout

This commit is contained in:
2025-06-21 15:46:21 +09:00
parent 6be024864d
commit 31af524303
4 changed files with 19 additions and 17 deletions

View File

@ -415,16 +415,18 @@ Answer:`
<div className="main-content">
<div className="content-area">
<div className="comment-form">
<CommentForm
user={user}
agent={agent}
onCommentPosted={() => {
refreshAdminData?.()
refreshUserData?.()
}}
/>
</div>
{user && (
<div className="comment-form">
<CommentForm
user={user}
agent={agent}
onCommentPosted={() => {
refreshAdminData?.()
refreshUserData?.()
}}
/>
</div>
)}
<RecordTabs
langRecords={langRecords}