mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
Fix ChannelTabs
This commit is contained in:
parent
8941a2bbb7
commit
bdcf5726f9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\?void 0:(\i)\.channelId.{0,200})\i\.Fragment,{/,
|
match: /(\?void 0:(\i)\.channelId.{0,250})\i\.Fragment,{/,
|
||||||
replace: "$1$self.render,{currentChannel:$2,"
|
replace: "$1$self.render,{currentChannel:$2,"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue