We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6332356 commit 9a994feCopy full SHA for 9a994fe
components/mod-event/helpers/useActionRecommendation.tsx
@@ -343,6 +343,7 @@ export const useActionRecommendation = (
343
recommendedDuration: 0,
344
isPermanent: true,
345
suspensionDurationInHours: null,
346
+ thresholdCrossed: Infinity,
347
actualStrikesToApply: 0, // No strikes needed for immediate ban
348
message: `${currentStrikes} previous strikes but account will be permanently taken down because severity level requires takedown`,
349
}
0 commit comments