Skip to content

Commit 74e22b4

Browse files
author
Daniel Gale-Rosen
committed
prettier
1 parent d870200 commit 74e22b4

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-
policy?: Policy,
44-
transactions?: Transaction[],
45-
isReportArchived = false,
46-
) {
40+
function canSubmit(report: Report, violations: OnyxCollection<TransactionViolation[]>, policy?: Policy, transactions?: Transaction[], isReportArchived = false) {
4741
if (isReportArchived) {
4842
return false;
4943
}

0 commit comments

Comments
 (0)