Skip to content

Commit

Permalink
ISSD-1341 Rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
Joana Grego authored and brianchandotcom committed Oct 17, 2023
1 parent 3f7a542 commit f934a65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ const CreateLicense = () => {
const StepsInformation = {
[StepCreateLicense.SUBSCRIPTION]: {
backStep: StepCreateLicense.SUBSCRIPTION,
component: <div>Subscription Oi</div>,
component: <div>Subscription</div>,
nextStep: StepCreateLicense.LICENSE_KEY_DETAILS,
stepTitle: 'Subscription',
title: 'Subscription',
},
[StepCreateLicense.LICENSE_KEY_DETAILS]: {
backStep: StepCreateLicense.SUBSCRIPTION,
component: <div>License Oi</div>,
component: <div>License</div>,
nextStep: StepCreateLicense.SUBSCRIPTION,
stepTitle: 'License Key Details',
title: 'License Key Details',
Expand Down

0 comments on commit f934a65

Please sign in to comment.