chore: comment typo
This commit is contained in:
parent
297de3999c
commit
0f874c6bbb
@ -196,7 +196,7 @@ export const Comments = ({ addressable, setCommentCount }: Props) => {
|
|||||||
<div className='IBMSMSMBSSCommentsWrapper'>
|
<div className='IBMSMSMBSSCommentsWrapper'>
|
||||||
<h4 className='IBMSMSMBSSTitle'>Comments</h4>
|
<h4 className='IBMSMSMBSSTitle'>Comments</h4>
|
||||||
<div className='IBMSMSMBSSComments'>
|
<div className='IBMSMSMBSSComments'>
|
||||||
{/* Hide comment form is aTag is missing */}
|
{/* Hide comment form if aTag is missing */}
|
||||||
{!!addressable.aTag && <CommentForm handleSubmit={handleSubmit} />}
|
{!!addressable.aTag && <CommentForm handleSubmit={handleSubmit} />}
|
||||||
<Filter
|
<Filter
|
||||||
filterOptions={filterOptions}
|
filterOptions={filterOptions}
|
||||||
|
Loading…
Reference in New Issue
Block a user