Skip to content

Commit

Permalink
Fix rendering of Default Auto Opt In value
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaAtYelp authored and kdeal committed Sep 22, 2023
1 parent 7f5d302 commit a0b84c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/containers/SubscriptionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function SubscriptionList() {
<td>{sub.location}</td>
<td>{sub.office}</td>
<td>{sub.size}</td>
<td>{sub.default_auto_opt_in}</td>
<td>{sub.default_auto_opt_in.toString()}</td>
<td>{formatRules(sub.rules, sub.rule_logic)}</td>
<td>{sub.timezone}</td>
<td>{formatTimeSlots(sub.time_slots)}</td>
Expand Down

0 comments on commit a0b84c9

Please sign in to comment.