activity) && isset($this->deployment_uuid)) { $this->activity = Activity::where('properties->deployment_uuid', '=', $this->deployment_uuid) ->first(); } else { $this->activity?->refresh(); } if (data_get($this->activity, 'properties.exitCode') !== null) { $this->isKeepAliveOn = false; } } public function render() { return view('livewire.poll-activity'); } }