Skip to content

Commit e94429a

Browse files
committed
fix: trailing whitespace
1 parent 8e15a5a commit e94429a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ function Search({
957957
if (item.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE) {
958958
return count;
959959
}
960-
960+
961961
return count + 1;
962962
}
963963
// For regular reports, count all transactions except pending delete ones

0 commit comments

Comments
 (0)