ReviewDB: Fix in panel profile (again)
This commit is contained in:
parent
49b0a38c37
commit
2d675b4b2e
|
@ -91,7 +91,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: ".PANEL,interactionType:",
|
||||
find: 'location:"UserProfilePanel"',
|
||||
replacement: {
|
||||
match: /{profileType:\i\.\i\.PANEL,children:\[/,
|
||||
replace: "$&$self.BiteSizeReviewsButton({user:arguments[0].user}),"
|
||||
|
|
Loading…
Reference in a new issue