Skip to content

Commit

Permalink
Update src/page-modules/contact/ticket-control/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Nordseth <43166974+mortennordseth@users.noreply.github.com>
  • Loading branch information
jonasbrunvoll and mortennordseth authored Sep 26, 2024
1 parent 78c7c83 commit 1fb6336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page-modules/contact/ticket-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const TicketControlPageContent = () => {
{state.context.formType === 'postponePayment' && (
<PostponePaymentForm state={state} send={send} />
)}
{displayButton && (
{displaySubmitButton && (
<Button
title={t(PageText.Contact.submit)}
mode={'interactive_0--bordered'}
Expand Down

0 comments on commit 1fb6336

Please sign in to comment.