From b42256f77d57225e15cea7a2cdf6d98cc61ffb0c Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Fri, 19 Jan 2024 17:32:30 -0600 Subject: [PATCH] style: npx nx format:write --- .../src/tickets/TicketDetailModal/TicketReplyForm.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/tup-components/src/tickets/TicketDetailModal/TicketReplyForm.tsx b/libs/tup-components/src/tickets/TicketDetailModal/TicketReplyForm.tsx index 9384d735f..7ccd5a88a 100644 --- a/libs/tup-components/src/tickets/TicketDetailModal/TicketReplyForm.tsx +++ b/libs/tup-components/src/tickets/TicketDetailModal/TicketReplyForm.tsx @@ -133,8 +133,7 @@ export const TicketReplyForm: React.FC<{ ? isReplyEmpty ? 'Resolve' : 'Resolve with Reply' - : 'Reply' - } + : 'Reply'} {isSuccess && ( @@ -152,4 +151,4 @@ export const TicketReplyForm: React.FC<{ }} ); -}; \ No newline at end of file +};