Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Mar 22, 2024
1 parent 9ab4380 commit a9e23f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/pages/fields/field/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export const FieldVM = DefineMap.extend('FieldVM', {
}

if (((field.type === 'datemdy') && (value.length >= 6)) ||
(field.type != 'datemdy') ){
(field.type !== 'datemdy') ){
_answerVm.values = value
}

Expand Down

0 comments on commit a9e23f8

Please sign in to comment.