Skip to content

Commit

Permalink
change prop for discount form currency symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Castillo <[email protected]>
  • Loading branch information
tomrndom committed Jun 11, 2024
1 parent 785a31d commit a88e0c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Input} from "openstack-uicore-foundation/lib/components";
import {DiscountTicketTable} from "../../../tables/dicount-ticket-table";

const DiscountBasePCForm = (props) => {
const currencySymbol = props.summit.ticket_types[0]?.currency_symbol || '$';
const currencySymbol = props.summit.default_ticket_type_currency_symbol || '$';
return (
<>
<BasePCForm {...props} />
Expand Down

0 comments on commit a88e0c3

Please sign in to comment.