Remove trailing comma
This commit is contained in:
parent
35a6a027fa
commit
973ab989e0
1 changed files with 1 additions and 1 deletions
|
@ -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).+?)/,
|
||||
|
|
Loading…
Add table
Reference in a new issue