fix: Facebook reauthorization mailer (#4695)

This commit is contained in:
Tejaswini Chile 2022-06-07 17:50:51 +05:30 committed by GitHub
parent bad24f97ab
commit 772d92a4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 49 additions and 5 deletions

View file

@ -30,6 +30,14 @@
<span v-if="count" class="badge" :class="{ secondary: !isActive }">
{{ count }}
</span>
<span v-if="warningIcon" class="badge--icon">
<fluent-icon
v-tooltip.top-end="$t('SIDEBAR.FACEBOOK_REAUTHORIZE')"
class="inbox-icon"
:icon="warningIcon"
size="12"
/>
</span>
</a>
</li>
</router-link>
@ -57,6 +65,10 @@ export default {
type: String,
default: '',
},
warningIcon: {
type: String,
default: '',
},
count: {
type: String,
default: '',