mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Crashing
This commit is contained in:
parent
56f00b694b
commit
fa56ba3c0a
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ export default definePlugin({
|
|||
}
|
||||
],
|
||||
renderQuestButton() {
|
||||
const ToolTipButton = findByCode("}),color:\"currentColor\"})})}}");
|
||||
const ToolTipButton = findByCode(",color:\"currentColor\"})})}}");
|
||||
return (
|
||||
<>
|
||||
<ToolTipButton
|
||||
|
|
Loading…
Reference in a new issue