Skip to content

Commit 2d9e680

Browse files
francoislOSBotify
authored andcommitted
Merge pull request #79730 from Expensify/francois-attendee-default
[CP Staging] Restore default attendee tracking flag for legacy policies (cherry picked from commit f2ffc1a) (cherry-picked to staging by francoisl)
1 parent fb6bee7 commit 2d9e680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/TransactionUtils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ function shouldShowAttendees(iouType: IOUType, policy: OnyxEntry<Policy>): boole
541541

542542
// For backwards compatibility with Expensify Classic, we assume that Attendee Tracking is enabled by default on
543543
// Control policies if the policy does not contain the attribute
544-
return policy?.isAttendeeTrackingEnabled ?? false;
544+
return policy?.isAttendeeTrackingEnabled ?? true;
545545
}
546546

547547
/**

0 commit comments

Comments
 (0)