You've already forked AstralRinth
forked from didirus/AstralRinth
Fix "Add friends" link (#4663)
This commit is contained in:
@@ -365,7 +365,7 @@ const messages = defineMessages({
|
|||||||
<div v-else>
|
<div v-else>
|
||||||
<IntlFormatted :message-id="messages.addFriendsToShare">
|
<IntlFormatted :message-id="messages.addFriendsToShare">
|
||||||
<template #link="{ children }">
|
<template #link="{ children }">
|
||||||
<span class="font-semibold text-brand cursor-pointer" @click="signIn">
|
<span class="font-semibold text-brand cursor-pointer" @click="addFriendModal.show">
|
||||||
<component :is="() => children" />
|
<component :is="() => children" />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user