Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-paul committed Feb 1, 2024
1 parent bb28053 commit e56b5c0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ function TaskPage(props: PropsType) {
setLoading,
onError,
{
bonus: modalData.form.checkboxGiveBonus ? Number(modalData.form.bonus) : null,
bonus: modalData.form.checkboxGiveBonus
? Number(modalData.form.bonus)
: null,
review_note: modalData.form.checkboxReviewNote
? modalData.form.reviewNote
: null,
Expand Down

0 comments on commit e56b5c0

Please sign in to comment.