We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608570e commit 8cfabf6Copy full SHA for 8cfabf6
src/Twig/Components/ProjectStatus.php
@@ -20,6 +20,6 @@ public function getLastStatus(): string {
20
}
21
$ping = $this->recordRepo->getLastRecord($this->project);
22
23
- return $ping?->isError()??false;
+ return (!$ping?->isError()) ?? false;
24
25
0 commit comments