Skip to content

Commit 6225ab2

Browse files
author
Daniel Gale-Rosen
committed
prettier
1 parent 5886770 commit 6225ab2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/libs/ReportPreviewActionUtils.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ import {
3737
import {getSession} from './SessionUtils';
3838
import {allHavePendingRTERViolation, isPending, isScanning, shouldShowBrokenConnectionViolationForMultipleTransactions} from './TransactionUtils';
3939

40-
function canSubmit(
41-
report: Report,
42-
violations: OnyxCollection<TransactionViolation[]>,
43-
isReportArchived: boolean,
44-
policy?: Policy,
45-
transactions?: Transaction[],
46-
) {
40+
function canSubmit(report: Report, violations: OnyxCollection<TransactionViolation[]>, isReportArchived: boolean, policy?: Policy, transactions?: Transaction[]) {
4741
if (isReportArchived) {
4842
return false;
4943
}

0 commit comments

Comments
 (0)