src/applications/personalization/review-information/containers/ConfirmationPage.jsx
Function ConfirmationPage
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const ConfirmationPage = () => {
// Set focus
useEffect(() => {
// Wait a moment before setting focus to avoid an issue where focus would otherwise reset to the body element
setTimeout(() => {