style(widgets): apply formatter to widget runtime files
This commit is contained in:
@@ -40,9 +40,7 @@ export function SshTaskWidget({ widget }: Props) {
|
||||
Exit status:{" "}
|
||||
<span
|
||||
className={
|
||||
result.exit_status === 0
|
||||
? "text-green-600"
|
||||
: "text-destructive"
|
||||
result.exit_status === 0 ? "text-green-600" : "text-destructive"
|
||||
}
|
||||
>
|
||||
{result.exit_status}
|
||||
|
||||
Reference in New Issue
Block a user