Skip to content

Commit

Permalink
notification bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi committed Oct 10, 2023
1 parent 69d155a commit abd1f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/covisart/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Product = () => {
api.open({
message: 'We got your order.',
description:
'Dear ' + snap.name + ', we got your order, our sales team will contact with you for further operation. Thanks for your interest our NGS-360 family motion platform.',
'Dear ' + state.name + ', we got your order, our sales team will contact with you for further operation. Thanks for your interest our NGS-360 family motion platform.',
duration: 0,
});
};
Expand Down

0 comments on commit abd1f11

Please sign in to comment.