Skip to content

Commit 6a6fe60

Browse files
committed
don't show rbr for participants
1 parent 8c88036 commit 6a6fe60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/OptionsListUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ function getReportOption(participant: Participant): OptionData {
10581058
option.isDisabled = isDraftReport(participant.reportID);
10591059
option.selected = participant.selected;
10601060
option.isSelected = participant.selected;
1061+
option.brickRoadIndicator = null;
10611062
return option;
10621063
}
10631064

0 commit comments

Comments
 (0)