This commit is contained in:
Henry Jameson 2022-08-17 21:34:56 +03:00
parent efc6b6b703
commit e9ad922eeb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
type="button" type="button"
@click.prevent="markAsSeen" @click.prevent="markAsSeen"
> >
<FAIcon icon="filter" /> {{ $t('notifications.read') }}
</button> </button>
<NotificationFilters /> <NotificationFilters />
</div> </div>