Skip to content

Commit

Permalink
Merge pull request #79 from GenaDrop/stagging
Browse files Browse the repository at this point in the history
Stagging to main
  • Loading branch information
Ebube111 authored Jan 11, 2024
2 parents ea07be4 + 12bc23b commit 11633ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/BosGenaDrop/widget/CPlanet/DropsFund/Admin/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const handleSubmit = () => {
submission_start_time: convertToTimestamp(submissionStart),
submission_end_time: convertToTimestamp(submissionEnd),
voting_start_time: convertToTimestamp(votingStart),
voting_end_time: convertToTimestamp(votingStart),
voting_end_time: convertToTimestamp(votingEnd),
min_art_vote: Number(minArtVote),
places: Number(places),
prize: Number(price),
Expand Down
2 changes: 1 addition & 1 deletion build/BosGenaDrop/src/CPlanet/DropsFund/Admin/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const handleSubmit = () => {
submission_start_time: convertToTimestamp(submissionStart),
submission_end_time: convertToTimestamp(submissionEnd),
voting_start_time: convertToTimestamp(votingStart),
voting_end_time: convertToTimestamp(votingStart),
voting_end_time: convertToTimestamp(votingEnd),
min_art_vote: Number(minArtVote),
places: Number(places),
prize: Number(price),
Expand Down

0 comments on commit 11633ee

Please sign in to comment.