mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
fix: fixed usernames not displaying (#3005)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
parent
ccb8f1defa
commit
e57940c418
@@ -86,7 +86,7 @@ const FlagDetailsContainer: FunctionComponent<Props> = ({
|
||||
</Localized>
|
||||
}
|
||||
>
|
||||
{offensive.map((flag, i) => (
|
||||
{abusive.map((flag, i) => (
|
||||
<FlagDetailsEntry
|
||||
key={i}
|
||||
onClick={() =>
|
||||
|
||||
Reference in New Issue
Block a user