Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed Jan 21, 2025
1 parent 0c14d25 commit c19ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spu-ui/src/app/_components/queue/queue-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export function PlanContent({ props }: { props: QueueItemProps }) {
{common.data.sampleTag && <span>: {common.data.sampleTag}</span>}
</Badge>
)}
{common.data.metadata?.sampleType && common.data.metadata?.sampleTag && (
{common.data.metadata?.sampleType && common.data.metadata.sampleTag && (
<Badge
className={cn("border-none bg-slate-400 text-slate-800", {
"bg-emerald-200 text-emerald-800":
Expand Down

0 comments on commit c19ed8e

Please sign in to comment.