From 973ab989e0b3925f7c8750f463fa851494e5ff37 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:28:22 -0300 Subject: [PATCH] Remove trailing comma --- src/plugins/accountPanelServerProfile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/accountPanelServerProfile/index.tsx b/src/plugins/accountPanelServerProfile/index.tsx index 807f51757..a2fed5d79 100644 --- a/src/plugins/accountPanelServerProfile/index.tsx +++ b/src/plugins/accountPanelServerProfile/index.tsx @@ -74,7 +74,7 @@ export default definePlugin({ replacement: [ { match: /(?<=\.AVATAR_SIZE\);)/, - replace: "$self.useAccountPanelRef();", + replace: "$self.useAccountPanelRef();" }, { match: /(\.AVATAR,children:.+?renderPopout:(\i)=>){(.+?)}(?=,position)(?<=currentUser:(\i).+?)/,