fix: show activity on load

This commit is contained in:
Andras Bacsai
2023-04-12 10:14:57 +02:00
parent b3657dfe2b
commit 135eb7a11e
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<x-layout>
<h1>Deployment</h1>
<livewire:poll-activity :activity="null" :deployment_uuid="$deployment_uuid" />
<livewire:poll-activity :activity="$activity" :deployment_uuid="$deployment_uuid" />
</x-layout>