Skip to content

Commit

Permalink
i am stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 authored May 13, 2024
1 parent 2203189 commit 1d04807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/picture-links/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ReactNative } from "@vendetta/metro/common";
const { Pressable } = findByProps("Button", "Text", "View");
const ProfileBanner = findByName("ProfileBanner", false);
const HeaderAvatar = findByName("HeaderAvatar", false);
const GuildIcon = findByName("GuildName", false)
const GuildIcon = findByName("GuildIcon", false)
const { openMediaModal } = findByProps("openMediaModal");
const { hideActionSheet } = findByProps("hideActionSheet");
const { getChannelId } = findByStoreName("SelectedChannelStore");
Expand Down Expand Up @@ -95,4 +95,4 @@ export function onUnload() {
unpatchAvatar();
unpatchBanner();
unpatchGuildIcon();
}
}

0 comments on commit 1d04807

Please sign in to comment.