NoPendingCount: Fix hiding offers count (#2975)
This commit is contained in:
parent
f5f59be1b6
commit
88e8fa7e90
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default definePlugin({
|
||||||
replacement: {
|
replacement: {
|
||||||
// The two groups inside the first group grab the minified names of the variables,
|
// The two groups inside the first group grab the minified names of the variables,
|
||||||
// they are then referenced later to find unviewedTrialCount + unviewedDiscountCount.
|
// they are then referenced later to find unviewedTrialCount + unviewedDiscountCount.
|
||||||
match: /(?<=\{unviewedTrialCount:(\i),unviewedDiscountCount:(\i)\}.{0,200}\i=)\1\+\2/,
|
match: /(?<=\{unviewedTrialCount:(\i),unviewedDiscountCount:(\i)\}.{0,300}\i=)\1\+\2/,
|
||||||
replace: "0"
|
replace: "0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue