Skip to content

Commit

Permalink
Fix cherry pick merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed May 12, 2023
1 parent e071e1f commit 31912ae
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,8 @@ export default {
settlePaypalMe: 'Pay with PayPal.me',
requestAmount: ({amount}) => `request ${amount}`,
splitAmount: ({amount}) => `split ${amount}`,
<<<<<<< HEAD
=======
payerOwesAmount: ({payer, amount}) => `${payer} owes ${amount}`,
payerSettled: ({amount}) => `settled up ${amount}`,
>>>>>>> cb076db69e (Merge pull request #18486 from Expensify/jules-displayReportPreview)
noReimbursableExpenses: 'This report has an invalid amount',
pendingConversionMessage: "Total will update when you're back online",
error: {
Expand Down
3 changes: 0 additions & 3 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,8 @@ export default {
settlePaypalMe: 'Pagar con PayPal.me',
requestAmount: ({amount}) => `solicitar ${amount}`,
splitAmount: ({amount}) => `dividir ${amount}`,
<<<<<<< HEAD
=======
payerOwesAmount: ({payer, amount}) => `${payer} debe ${amount}`,
payerSettled: ({amount}) => `pagado ${amount}`,
>>>>>>> cb076db69e (Merge pull request #18486 from Expensify/jules-displayReportPreview)
noReimbursableExpenses: 'El monto de este informe es inválido',
pendingConversionMessage: 'El total se actualizará cuando estés online',
error: {
Expand Down
4 changes: 0 additions & 4 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,9 +1964,5 @@ export {
canRequestMoney,
getWhisperDisplayNames,
getWorkspaceAvatar,
<<<<<<< HEAD
=======
shouldReportShowSubscript,
isSettled,
>>>>>>> cb076db69e (Merge pull request #18486 from Expensify/jules-displayReportPreview)
};
8 changes: 0 additions & 8 deletions src/pages/signin/SignInPageLayout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ const propTypes = {
...withLocalizePropTypes,
};

<<<<<<< HEAD
const defaultProps = {
scrollViewRef: undefined,
};
=======
const defaultProps = {};
>>>>>>> cb076db69e (Merge pull request #18486 from Expensify/jules-displayReportPreview)

const navigateHome = (scrollViewRef) => {
const currentRoute = navigationRef.current.getCurrentRoute();
Expand All @@ -53,11 +49,7 @@ const navigateHome = (scrollViewRef) => {
Session.clearSignInData();
};

<<<<<<< HEAD
const columns = [
=======
const columns = ({scrollPageToTop}) => [
>>>>>>> cb076db69e (Merge pull request #18486 from Expensify/jules-displayReportPreview)
{
translationPath: 'footer.features',
rows: [
Expand Down
9 changes: 0 additions & 9 deletions src/styles/getModalStyles/getBaseModalStyles.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import CONST from '../../CONST';
import variables from '../variables';
import themeColors from '../themes/default';
<<<<<<< HEAD
=======
import styles from '../styles';

const getCenteredModalStyles = (windowWidth, isSmallScreenWidth) => ({
borderWidth: styles.centeredModalStyles(isSmallScreenWidth).borderWidth,
width: isSmallScreenWidth ? '100%' : windowWidth - styles.centeredModalStyles(isSmallScreenWidth).marginHorizontal * 2,
});
>>>>>>> cb076db69e (Merge pull request #18486 from Expensify/jules-displayReportPreview)

export default (type, windowDimensions, popoverAnchorPosition = {}, innerContainerStyle = {}, outerStyle = {}) => {
const {isSmallScreenWidth, windowWidth} = windowDimensions;
Expand Down

0 comments on commit 31912ae

Please sign in to comment.