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