mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +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;
|
fromDeleteModal: boolean;
|
||||||
closeModal?: () => void;
|
closeModal?: () => void;
|
||||||
}) => {
|
}) => {
|
||||||
// Bad
|
|
||||||
const ChannelMessage = findComponentByCodeLazy("Message must not be a thread");
|
const ChannelMessage = findComponentByCodeLazy("Message must not be a thread");
|
||||||
const { message, groupStart, cozyMessage } = findByProps("cozyMessage");
|
const { message, groupStart, cozyMessage } = findByProps("cozyMessage");
|
||||||
const User = findByCode("isClyde(){");
|
const User = findByCode("isClyde(){");
|
||||||
const Message = findByCode("isEdited(){");
|
const Message = findByCode("isEdited(){");
|
||||||
|
|
||||||
// Bad
|
|
||||||
const Channel = findByCodeLazy("computeLurkerPermissionsAllowList");
|
const Channel = findByCodeLazy("computeLurkerPermissionsAllowList");
|
||||||
|
|
||||||
const [isHoldingDelete, setHoldingDelete] = React.useState(false);
|
const [isHoldingDelete, setHoldingDelete] = React.useState(false);
|
||||||
|
|
Loading…
Reference in a new issue