Skip to content

Commit

Permalink
[C] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed May 6, 2024
1 parent 96f8e61 commit b24e2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/questions/MultipartQuestion/Number/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const NumberPart: FunctionComponent<
const value = parseFloat(event.target.value);

if (value !== answer[id]) {
console.log({ validation });
if (validation && validation.length > 0) {
const result = await validateQuestion({
id: questionId,
Expand Down

0 comments on commit b24e2ed

Please sign in to comment.