diff --git a/web/src/components/repo/pipeline/PipelineItem.vue b/web/src/components/repo/pipeline/PipelineItem.vue index 86f58aae2..e943de2a6 100644 --- a/web/src/components/repo/pipeline/PipelineItem.vue +++ b/web/src/components/repo/pipeline/PipelineItem.vue @@ -1,8 +1,8 @@ @@ -102,8 +90,7 @@ const props = defineProps<{ const { t } = useI18n(); const pipeline = toRef(props, 'pipeline'); -const { since, duration, message, shortMessage, prettyRef, created, prTitle, prTitleWithDescription } = - usePipeline(pipeline); +const { since, duration, message, shortMessage, prettyRef, created } = usePipeline(pipeline); const pipelineEventTitle = computed(() => { switch (pipeline.value.event) {