Skip to content

Commit 7f57b78

Browse files
committed
fix prettier
1 parent 5d307b9 commit 7f57b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/iou/request/step/IOURequestStepConfirmation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function IOURequestStepConfirmation({
177177
if (isLoadingTransaction) {
178178
return;
179179
}
180-
180+
181181
// Check if the transaction belongs to the current report
182182
const isCurrentReportID = transaction?.isFromGlobalCreate
183183
? transaction?.participants?.at(0)?.reportID === reportID || (!transaction?.participants?.at(0)?.reportID && transaction?.reportID === reportID)

0 commit comments

Comments
 (0)