Skip to content

Commit

Permalink
Fix ReviewDB patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Jun 28, 2024
1 parent b4683d0 commit 74bdb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/reviewDB/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default definePlugin({
}
},
{
find: ".VIEW_FULL_PROFILE,",
find: ".BITE_SIZE,user:",
replacement: {
match: /(?<=\.BITE_SIZE,children:\[)\(0,\i\.jsx\)\(\i\.\i,\{user:(\i),/,
replace: "$self.BiteSizeReviewsButton({user:$1}),$&"
Expand Down

0 comments on commit 74bdb14

Please sign in to comment.