Format code with prettier

This commit is contained in:
Prajwal Kulkarni
2024-02-06 21:01:48 +05:30
parent 37e9db6626
commit c08768a330

View File

@ -568,7 +568,11 @@ export const AddFieldsFormPartial = ({
remove();
documentFlow.onBackStep?.();
}}
goBackLabel={currentStep === 1 && typeof documentFlow.onBackStep === "function" ? "Remove" : undefined}
goBackLabel={
currentStep === 1 && typeof documentFlow.onBackStep === 'function'
? 'Remove'
: undefined
}
onGoNextClick={() => void onFormSubmit()}
/>
</DocumentFlowFormContainerFooter>