Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Agarwal committed Oct 16, 2023
1 parent 11e32a6 commit c472d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fun InputDropDown(
contentDescription = "Reset Button",
)
},
onClick = onResetButtonClicked
onClick = onResetButtonClicked,
)
}
} else {
Expand Down

0 comments on commit c472d19

Please sign in to comment.