Skip to content

Commit 76fc528

Browse files
Merge PR #586 into 16.0
Signed-off-by huguesdk
2 parents e5ccd48 + c853deb commit 76fc528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pos_eater/static/src/js/ActionpadWidget.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import ActionpadWidget from "point_of_sale.ActionpadWidget";
77
import Registries from "point_of_sale.Registries";
88

9-
const EaterActionpadWidget = () =>
10-
class extends ActionpadWidget {
9+
const EaterActionpadWidget = (ActionpadWidget_) =>
10+
class extends ActionpadWidget_ {
1111
get eaterNames() {
1212
const names = this.props.partner.child_eater_ids.map(
1313
(id) => this.env.pos.db.get_partner_by_id(id).name

0 commit comments

Comments
 (0)