chore: doc comments

This commit is contained in:
Ahmed Bouhuolia
2023-12-16 22:34:36 +02:00
parent a862ee9ccf
commit eb1ff7c151
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { PreferencesCreditNotesBoot } from './PreferencesCreditNotesFormBoot';
import { PreferencesCreditNotesFormPage } from './PreferencesCreditNotesFormPage'; import { PreferencesCreditNotesFormPage } from './PreferencesCreditNotesFormPage';
/** /**
* items preferences. * Credit notes preferences.
*/ */
export function PreferencesCreditNotes() { export function PreferencesCreditNotes() {
return ( return (

View File

@@ -7,7 +7,7 @@ import { useHistory } from 'react-router-dom';
import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components'; import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components';
/** /**
* Preferences estimates form. * Preferences credit notes form.
*/ */
export function PreferencesCreditNotesForm({ isSubmitting }) { export function PreferencesCreditNotesForm({ isSubmitting }) {
const history = useHistory(); const history = useHistory();

View File

@@ -15,7 +15,7 @@ function PreferencesCreditNotesBoot({ ...props }) {
// Provider state. // Provider state.
const provider = { const provider = {
organization: {}, isSettingsLoading,
}; };
// Detarmines whether if any query is loading. // Detarmines whether if any query is loading.
const isLoading = isSettingsLoading; const isLoading = isSettingsLoading;

View File

@@ -21,7 +21,7 @@ const defaultValues = {
}; };
/** /**
* Preferences - . * Preferences estimates form.
*/ */
function PreferencesEstimatesFormPageRoot({ function PreferencesEstimatesFormPageRoot({
// #withDashboardActions // #withDashboardActions

View File

@@ -7,7 +7,7 @@ import { useHistory } from 'react-router-dom';
import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components'; import { FormattedMessage as T, FFormGroup, FTextArea } from '@/components';
/** /**
* Preferences general form. * Invoices preferences form.
*/ */
export function PreferencesInvoicesForm({ isSubmitting }) { export function PreferencesInvoicesForm({ isSubmitting }) {
const history = useHistory(); const history = useHistory();