diff --git a/web/components/Notifications/List.vue b/web/components/Notifications/List.vue index 3d3367aaa..9c2c8c839 100644 --- a/web/components/Notifications/List.vue +++ b/web/components/Notifications/List.vue @@ -7,6 +7,7 @@ import type { Importance, NotificationType } from "~/composables/gql/graphql"; import { useFragment } from "~/composables/gql/fragment-masking"; import { useQuery } from "@vue/apollo-composable"; import { vInfiniteScroll } from "@vueuse/components"; +import { CheckIcon } from "@heroicons/vue/24/solid"; /** * Page size is the max amount of items fetched from the api in a single request. @@ -63,6 +64,13 @@ async function onLoadMore() {