Merge branch 'test' of github.com:answerdev/answer into test

This commit is contained in:
aichy126
2023-02-20 15:15:17 +08:00
+4 -1
View File
@@ -123,7 +123,10 @@ const Flags: FC = () => {
time={li.created_at}
className="fs-14 text-secondary"
/>
<BaseUserCard data={li.report_user} className="mt-2 mb-2" />
<BaseUserCard
data={li.report_user}
className="mt-2 mb-2 fs-14"
/>
{li.flagged_reason ? (
<small>{li.flagged_content}</small>
) : (