Skip to content

Commit

Permalink
remove unneccessary arrow for edit or own bounty (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvel-Ib authored Sep 19, 2023
1 parent 4834aa6 commit b9b8689
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/app/src/people/main/bountyModal/BountyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ export const BountyModal = ({ basePath }: BountyModalProps) => {
}}
overlayClick={onGoBack}
bigCloseImage={onGoBack}
nextArrow={() => changeWanted(1)}
prevArrow={() => changeWanted(-1)}

>
<FocusedView
person={person}
Expand Down

0 comments on commit b9b8689

Please sign in to comment.