Fix missing loading spinners and comments #122

Merged
enes merged 3 commits from fixes-11-13 into staging 2024-11-13 14:13:26 +00:00
Showing only changes of commit 0f874c6bbb - Show all commits

View File

@ -196,7 +196,7 @@ export const Comments = ({ addressable, setCommentCount }: Props) => {
<div className='IBMSMSMBSSCommentsWrapper'>
<h4 className='IBMSMSMBSSTitle'>Comments</h4>
<div className='IBMSMSMBSSComments'>
{/* Hide comment form is aTag is missing */}
{/* Hide comment form if aTag is missing */}
{!!addressable.aTag && <CommentForm handleSubmit={handleSubmit} />}
<Filter
filterOptions={filterOptions}