Skip to content

Commit

Permalink
minor style update
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiWines committed Apr 15, 2023
1 parent 5caf5f5 commit 6307a9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/settings/Payments/AddPayPalMePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import * as ValidationUtils from '../../../libs/ValidationUtils';
import * as User from '../../../libs/actions/User';

const AddPayPalMePage = (props) => {

const [payPalMeUsername, setPayPalMeUsername] = useState('');
const [payPalMeUsernameError, setPayPalMeUsernameError] = useState(false);
const payPalMeInput = useRef(null);
Expand Down Expand Up @@ -76,7 +75,7 @@ const AddPayPalMePage = (props) => {
</FixedFooter>
</ScreenWrapper>
);
}
};

AddPayPalMePage.propTypes = {...withLocalizePropTypes};
AddPayPalMePage.displayName = 'AddPayPalMePage';
Expand Down

0 comments on commit 6307a9e

Please sign in to comment.