Fix confirmation step in Group report

This commit is contained in:
Chewbacca
2023-04-24 11:34:09 -04:00
parent 11cb90bb15
commit 9b90289e7c

View File

@ -54,8 +54,8 @@ const reportSteps = {
},
[ReportableEntities.GROUP]: {
ONE: ReasonStep,
TWO: ConfirmationStep,
THREE: null,
TWO: null,
THREE: ConfirmationStep,
},
};