Skip to content

Commit

Permalink
don't set teachers room as optimistic report
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Nov 25, 2024
1 parent 3f4bf8a commit a228530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/TeachersUnite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function referTeachersUniteVolunteer(partnerUserID: string, firstName: string, l
key: `${ONYXKEYS.COLLECTION.REPORT}${publicRoomReportID}`,
value: {
...optimisticPublicRoom,
isOptimisticReport: false,
reportID: publicRoomReportID,
policyName: CONST.TEACHERS_UNITE.POLICY_NAME,
},
Expand Down

0 comments on commit a228530

Please sign in to comment.