Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 59802e1 on branch refs/heads/issue-6108
  • Loading branch information
grantfitzsimmons authored and github-actions[bot] committed Jan 19, 2025
1 parent 59802e1 commit 0371f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import { formatDisjunction } from '../Atoms/Internationalization';
import { toTable } from '../DataModel/helpers';
import type { AnySchema } from '../DataModel/helperTypes';
import type { SpecifyResource } from '../DataModel/legacyTypes';
import { tables } from '../DataModel/tables';
import { ErrorBoundary } from '../Errors/ErrorBoundary';
import type { UiCommands } from '../FormParse/commands';
import { LoanReturn } from '../Interactions/LoanReturn';
import { Dialog } from '../Molecules/Dialog';
import { ReportsView } from '../Reports';
import { ShowLoansCommand } from './ShowTransactions';
import { tables } from '../DataModel/tables';

export function GenerateLabel({
resource,
Expand Down

0 comments on commit 0371f02

Please sign in to comment.