From cabf4280136c577d5497b679dd192c3d80e60c22 Mon Sep 17 00:00:00 2001 From: Inbestigator Date: Thu, 27 Jun 2024 11:55:06 -0700 Subject: [PATCH] Oopsy in the replace --- src/plugins/betterBanReasons/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/betterBanReasons/index.tsx b/src/plugins/betterBanReasons/index.tsx index 2720b504c..8a59406be 100644 --- a/src/plugins/betterBanReasons/index.tsx +++ b/src/plugins/betterBanReasons/index.tsx @@ -80,7 +80,7 @@ export default definePlugin({ }, { match: /useState\(0\)(?=.{0,100}targetUserId:)/, - replace: "useState($self.isOtherDefault())$2" + replace: "useState($self.isOtherDefault())" }] } ],