1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 02:16:23 +00:00

oh return oh is fix right?

This commit is contained in:
Wolfie 2024-03-09 10:28:19 -04:00
parent 22def634ad
commit a029aae719
No known key found for this signature in database
GPG key ID: DE384EE9BF2D909A

View file

@ -112,6 +112,7 @@ export default ({
); );
console.log(render); console.log(render);
return render;
}; };
const NoteContextMenu = (props) => { const NoteContextMenu = (props) => {