Skip to content

Commit

Permalink
fix(human-app/frontend/my-jobs): remove duplicated buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperKoza343 committed Oct 28, 2024
1 parent c8d8b72 commit d01b793
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,6 @@ export function MyJobsTableMobile({
/>
</>
) : null}
<RejectButton
disabled={buttonDisabled}
onClick={() => {
if (buttonDisabled) return;
rejectTaskMutation({
oracle_address: oracle_address ?? '',
assignment_id: d.assignment_id,
});
}}
/>
</Grid>
</Grid>
</List>
Expand Down

0 comments on commit d01b793

Please sign in to comment.