Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed Mar 21, 2019
1 parent d8e4ec4 commit 15febd2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const OrderDraftPage = withStyles(styles, { name: "OrderDraftPage" })(
title={maybe(() => order.number) ? "#" + order.number : undefined}
>
<CardMenu
className={classes.menu}
menuItems={[
{
label: i18n.t("Cancel order", { context: "button" }),
Expand Down

0 comments on commit 15febd2

Please sign in to comment.