mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix hotbugs.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -125,7 +125,7 @@ function ProfitLossSheetTable({
|
||||
return (
|
||||
<FinancialSheet
|
||||
companyName={companyName}
|
||||
sheetType={'Profit/Loss Sheet'}
|
||||
sheetType={<T id={'profit_loss_sheet'} />}
|
||||
fromDate={profitLossQuery.from_date}
|
||||
toDate={profitLossQuery.to_date}
|
||||
name="profit-loss-sheet"
|
||||
|
||||
Reference in New Issue
Block a user