🔨 Always fetch invite link
This commit is contained in:
parent
12ac64da28
commit
a8c308dbd0
@ -59,10 +59,8 @@ const router = useRouter();
|
||||
const mutualGuildsStore = useMutualGuildsStore();
|
||||
const { guilds, loaded } = storeToRefs(mutualGuildsStore);
|
||||
onBeforeMount(async () => {
|
||||
if (!inviteLinkStore.isPresent) {
|
||||
let inviteLink = await getInviteLink();
|
||||
inviteLinkStore.inviteLink = inviteLink.link;
|
||||
}
|
||||
let inviteLink = await getInviteLink();
|
||||
inviteLinkStore.inviteLink = inviteLink.link;
|
||||
});
|
||||
|
||||
function shouldBeDisabled(guild: Guild) {
|
||||
|
Loading…
Reference in New Issue
Block a user