1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

Remove the comments in the code

This commit is contained in:
Wolfie 2024-06-22 13:03:00 -04:00
parent 18811eea20
commit 5266b0026a
No known key found for this signature in database
GPG key ID: DE384EE9BF2D909A

View file

@ -26,13 +26,10 @@ export const RenderMessage = ({
fromDeleteModal: boolean;
closeModal?: () => void;
}) => {
// Bad
const ChannelMessage = findComponentByCodeLazy("Message must not be a thread");
const { message, groupStart, cozyMessage } = findByProps("cozyMessage");
const User = findByCode("isClyde(){");
const Message = findByCode("isEdited(){");
// Bad
const Channel = findByCodeLazy("computeLurkerPermissionsAllowList");
const [isHoldingDelete, setHoldingDelete] = React.useState(false);