Skip to content

Commit

Permalink
style: nx format:write
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 14, 2023
1 parent 562765c commit 81718be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/tup-components/src/tickets/TicketsDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const TicketsDashboard: React.FC = () => {
<SectionTableWrapper
header="My Tickets"
headerActions={
<TicketCreateModal display="secondary-small">+ New Ticket</TicketCreateModal>
<TicketCreateModal display="secondary-small">
+ New Ticket
</TicketCreateModal>
}
contentShouldScroll
>
Expand Down

0 comments on commit 81718be

Please sign in to comment.