mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Fix Lint
This commit is contained in:
parent
b03e6dbb40
commit
4f35e58a13
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ export default definePlugin({
|
|||
const originalOnClick = originalProps.onClick!;
|
||||
originalProps.onClick = e => {
|
||||
if (!isBlocked) return originalOnClick(e);
|
||||
this.openConfirmationModal(e, () => originalOnClick(e), user, true);
|
||||
this.openConfirmationModal(e as unknown as MouseEvent, () => originalOnClick(e), user, true);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue