mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Unglobalized second regex
This commit is contained in:
parent
8208b528c0
commit
7d0f92dfa5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default definePlugin({
|
||||||
replace: "=$self.getReasons()"
|
replace: "=$self.getReasons()"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
match: /useState\(0\)/g,
|
match: /useState\(0\)/,
|
||||||
replace: "useState($self.isOtherDefault())"
|
replace: "useState($self.isOtherDefault())"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue