diff --git a/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotes.tsx b/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotes.tsx index d5d43c86a..4d2909f0e 100644 --- a/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotes.tsx +++ b/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotes.tsx @@ -3,7 +3,7 @@ import { PreferencesCreditNotesBoot } from './PreferencesCreditNotesFormBoot'; import { PreferencesCreditNotesFormPage } from './PreferencesCreditNotesFormPage'; /** - * items preferences. + * Credit notes preferences. */ export function PreferencesCreditNotes() { return ( diff --git a/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesForm.tsx b/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesForm.tsx index c4627a90c..649ffa557 100644 --- a/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesForm.tsx +++ b/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesForm.tsx @@ -7,7 +7,7 @@ import { useHistory } from 'react-router-dom'; import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components'; /** - * Preferences estimates form. + * Preferences credit notes form. */ export function PreferencesCreditNotesForm({ isSubmitting }) { const history = useHistory(); diff --git a/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesFormBoot.tsx b/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesFormBoot.tsx index fc0f4b892..0eb34f3d4 100644 --- a/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesFormBoot.tsx +++ b/packages/webapp/src/containers/Preferences/CreditNotes/PreferencesCreditNotesFormBoot.tsx @@ -15,7 +15,7 @@ function PreferencesCreditNotesBoot({ ...props }) { // Provider state. const provider = { - organization: {}, + isSettingsLoading, }; // Detarmines whether if any query is loading. const isLoading = isSettingsLoading; diff --git a/packages/webapp/src/containers/Preferences/Estimates/PreferencesEstimatesFormPage.tsx b/packages/webapp/src/containers/Preferences/Estimates/PreferencesEstimatesFormPage.tsx index e4b05a4c8..39d849ed3 100644 --- a/packages/webapp/src/containers/Preferences/Estimates/PreferencesEstimatesFormPage.tsx +++ b/packages/webapp/src/containers/Preferences/Estimates/PreferencesEstimatesFormPage.tsx @@ -21,7 +21,7 @@ const defaultValues = { }; /** - * Preferences - . + * Preferences estimates form. */ function PreferencesEstimatesFormPageRoot({ // #withDashboardActions diff --git a/packages/webapp/src/containers/Preferences/Invoices/PreferencesInvoicesForm.tsx b/packages/webapp/src/containers/Preferences/Invoices/PreferencesInvoicesForm.tsx index 95fced8e9..9237c58e8 100644 --- a/packages/webapp/src/containers/Preferences/Invoices/PreferencesInvoicesForm.tsx +++ b/packages/webapp/src/containers/Preferences/Invoices/PreferencesInvoicesForm.tsx @@ -7,7 +7,7 @@ import { useHistory } from 'react-router-dom'; import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components'; /** - * Preferences general form. + * Invoices preferences form. */ export function PreferencesInvoicesForm({ isSubmitting }) { const history = useHistory();