Skip to content

Commit 036ab03

Browse files
committed
fix: lint fixes
1 parent 8243219 commit 036ab03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/settings/ExitSurvey/DynamicExitSurveyConfirmPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function DynamicExitSurveyConfirmPage() {
5353

5454
return `${parentBackPath.replace(/\/+$/, '')}/${reasonPathSuffix}` as Route;
5555
}, [isOffline, exitSurveyResponse, parentBackPath]);
56-
56+
5757
return (
5858
<ScreenWrapper
5959
testID="DynamicExitSurveyConfirmPage"

0 commit comments

Comments
 (0)