mirror of https://gitee.com/answerdev/answer.git
fix(type): flaged -> flagged
This commit is contained in:
parent
a4560de89c
commit
71b8728f66
|
@ -118,8 +118,8 @@ const Flags: FC = () => {
|
|||
className="fs-14 text-secondary"
|
||||
/>
|
||||
<BaseUserCard data={li.report_user} className="mt-2 mb-2" />
|
||||
{li.flaged_reason ? (
|
||||
<small>{li.flaged_content}</small>
|
||||
{li.flagged_reason ? (
|
||||
<small>{li.flagged_content}</small>
|
||||
) : (
|
||||
<small>
|
||||
{li.reason?.name}
|
||||
|
|
Loading…
Reference in New Issue