Skip to content

Commit

Permalink
style: npx nx format:write
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jan 19, 2024
1 parent cce43f7 commit b42256f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ export const TicketReplyForm: React.FC<{
? isReplyEmpty
? 'Resolve'
: 'Resolve with Reply'
: 'Reply'
}
: 'Reply'}
</Button>
{isSuccess && (
<InlineMessage type="success">
Expand All @@ -152,4 +151,4 @@ export const TicketReplyForm: React.FC<{
}}
</Formik>
);
};
};

0 comments on commit b42256f

Please sign in to comment.