Fix confirmation step in Group report
This commit is contained in:
@ -54,8 +54,8 @@ const reportSteps = {
|
||||
},
|
||||
[ReportableEntities.GROUP]: {
|
||||
ONE: ReasonStep,
|
||||
TWO: ConfirmationStep,
|
||||
THREE: null,
|
||||
TWO: null,
|
||||
THREE: ConfirmationStep,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user