Show subscription expiration notifications
This commit is contained in:
parent
1845243586
commit
cb35d88d77
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@
|
|||
</router-link>
|
||||
<span>paid for subscription</span>
|
||||
</template>
|
||||
<template v-else-if="notification.type === 'subscription_expiration'">
|
||||
<img :src="require('@/assets/tabler/coin.svg')">
|
||||
<router-link :to="{ name: 'profile', params: { profileId: notification.account.id }}">
|
||||
{{ getSenderName(notification) }}
|
||||
</router-link>
|
||||
<span>subscription expired</span>
|
||||
</template>
|
||||
</div>
|
||||
<post
|
||||
v-if="notification.status"
|
||||
|
|
Loading…
Reference in a new issue