Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Sep 24, 2024
1 parent 500f13e commit c755a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/moderation-pane/ModerationPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ function AuditLogItem(props: { auditLog: AuditLog }) {
<FlexRow gap={3} itemsCenter style={{ "margin-bottom": "2px" }}>
<Show when={props.auditLog.actionType === AuditLogType.ipBan}>
<Text size={14}>
{props.auditLog.count || 1}IP(s) Banned for 7 days
{props.auditLog.count || 1} IP(s) Banned for 7 days
</Text>
<Text size={14}>
<A
Expand Down

0 comments on commit c755a95

Please sign in to comment.