Added Notifications
This commit is contained in:
@@ -27,6 +27,7 @@ const props = defineProps<{
|
||||
airlines: Airline[]
|
||||
continents: Continent[]
|
||||
aircraft_families: Record<string, string[]>
|
||||
achievementCount: number
|
||||
}>()
|
||||
|
||||
|
||||
@@ -66,7 +67,7 @@ const difficultyVariant = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ProfileLayout :user="user" :isFollowing="isFollowing" :loading="flightsLoading">
|
||||
<ProfileLayout :achievementCount="achievementCount" :user="user" :isFollowing="isFollowing" :loading="flightsLoading">
|
||||
<Head :title="`${achievement.name}`" />
|
||||
<div class="innerLayout">
|
||||
<ButtonLink variant="flat" icon="mdi-arrow-left" :label="`Back to ${user.name}'s Achievements`" :href="route('profile.achievements', { user: user.name })" />
|
||||
|
||||
Reference in New Issue
Block a user