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:
parent
18811eea20
commit
5266b0026a
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue