From ab1f2a9681fa2885f1cbcf5d5b19d0c6ff15e424 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 21 Nov 2023 14:32:13 -0700 Subject: [PATCH] fix lint --- src/pages/ReferralDetailsPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ReferralDetailsPage.js b/src/pages/ReferralDetailsPage.js index 83f7f97e80bf..36fc74836d58 100644 --- a/src/pages/ReferralDetailsPage.js +++ b/src/pages/ReferralDetailsPage.js @@ -3,7 +3,6 @@ import React from 'react'; import {View} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import _ from 'underscore'; -import ROUTES from '@src/ROUTES'; import Button from '@components/Button'; import CopyTextToClipboard from '@components/CopyTextToClipboard'; import FixedFooter from '@components/FixedFooter'; @@ -18,6 +17,7 @@ import Navigation from '@libs/Navigation/Navigation'; import styles from '@styles/styles'; import CONST from '@src/CONST'; import ONYXKEYS from '@src/ONYXKEYS'; +import ROUTES from '@src/ROUTES'; const propTypes = { /** Navigation route context info provided by react navigation */ @@ -62,7 +62,7 @@ function ReferralDetailsPage({route, account}) { }; return fallbackRoutes[contentType]; - }; + } return (