Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Nov 14, 2024
1 parent 546bfc4 commit 3f28a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/products-list/ticket-row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const TicketRow = ({
</Tag>
) : null}
</TagsCollection>
{hasTags && <Spacer size="xs" />}
{hasTags ? <Spacer size="xs" /> : null}

<Text size={2}>{compile(ticket.description).tree}</Text>
</CardPart>
Expand Down

0 comments on commit 3f28a71

Please sign in to comment.