Skip to content
Prev Previous commit
Next Next commit
fix: formatting issues
  • Loading branch information
ssncferreira committed May 19, 2025
commit 4569d2e91cdc1a3fa36e6dced4cce9204a8b0f1c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const JobRow: FC<JobRowProps> = ({ job, defaultIsOpen = false }) => {
<>
<dt>Completed by provisioner:</dt>
<dd className="flex items-center gap-2">
<span>{job.worker_name || '[removed]'}</span>
<span>{job.worker_name || "[removed]"}</span>
{job.worker_name && (
<Button size="xs" variant="outline" asChild>
<RouterLink
Expand Down