mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 09:38:52 -05:00
fix(hideServers) embarassing typo (#37)
This commit is contained in:
parent
05858f84be
commit
28630e4ca3
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export default definePlugin({
|
|||
find: "QUICKSWITCHER_PROTIP.format",
|
||||
replacement: {
|
||||
match: /(?<=renderResults\(\){)let{query/,
|
||||
replace: "this.props.results = $self.flteredGuildResults(this.props.results);$&",
|
||||
replace: "this.props.results = $self.filteredGuildResults(this.props.results);$&",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue