Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/basket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class BasketInner extends React.Component<BasketProps, any> {
{this.props.showPaymentButton &&
<CardActions style={{ justifyContent: "flex-end" }}>
<Typography variant="title" style={{ marginRight: 10 }}>
Total: $1987.22
Total: $1987.22!
</Typography>
<Button
variant="outlined"
Expand All @@ -91,4 +91,4 @@ class BasketInner extends React.Component<BasketProps, any> {
}
}

export const Basket = withBasketData<Omit<BasketProps, "basketData">>(BasketInner);
export const Basket = withBasketData<Omit<BasketProps, "basketData">>(BasketInner);