From c861b2bd07d50186e7c90a7ad0f0efb1a53014e5 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Sun, 24 May 2020 00:28:04 +0200 Subject: [PATCH] fix hotbugs. --- client/src/containers/Authentication/SendResetPassword.js | 2 +- .../FinancialStatements/ProfitLossSheet/ProfitLossSheetTable.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/containers/Authentication/SendResetPassword.js b/client/src/containers/Authentication/SendResetPassword.js index e551734b0..fd0dda868 100644 --- a/client/src/containers/Authentication/SendResetPassword.js +++ b/client/src/containers/Authentication/SendResetPassword.js @@ -22,7 +22,7 @@ function SendResetPassword({ requestSendResetPassword }) { const ValidationSchema = Yup.object().shape({ crediential: Yup.string() .required() - .email().label(formatMessage({id:''})), + .email().label(formatMessage({ id: 'email' })), }); const initialValues = useMemo( diff --git a/client/src/containers/FinancialStatements/ProfitLossSheet/ProfitLossSheetTable.js b/client/src/containers/FinancialStatements/ProfitLossSheet/ProfitLossSheetTable.js index 704933e59..aae09f036 100644 --- a/client/src/containers/FinancialStatements/ProfitLossSheet/ProfitLossSheetTable.js +++ b/client/src/containers/FinancialStatements/ProfitLossSheet/ProfitLossSheetTable.js @@ -125,7 +125,7 @@ function ProfitLossSheetTable({ return ( } fromDate={profitLossQuery.from_date} toDate={profitLossQuery.to_date} name="profit-loss-sheet"