@@ -576,7 +576,7 @@ export default {
const settlement = (command) => {
if (command === 'pre') {
mzPreSetl()
- } else if (command == 'fin') {
+ } else if (command === 'fin') {
mzSettle()
} else {
revokeMzSettle()