From b9b8689d12c0acd4a5c27e63d0f52d96c343bc28 Mon Sep 17 00:00:00 2001 From: Ibironke Marvellous <44719946+Marvel-Ib@users.noreply.github.com> Date: Tue, 19 Sep 2023 06:09:16 +0100 Subject: [PATCH] remove unneccessary arrow for edit or own bounty (#719) --- frontend/app/src/people/main/bountyModal/BountyModal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/app/src/people/main/bountyModal/BountyModal.tsx b/frontend/app/src/people/main/bountyModal/BountyModal.tsx index 2582e4e50..b48ba389e 100644 --- a/frontend/app/src/people/main/bountyModal/BountyModal.tsx +++ b/frontend/app/src/people/main/bountyModal/BountyModal.tsx @@ -77,8 +77,7 @@ export const BountyModal = ({ basePath }: BountyModalProps) => { }} overlayClick={onGoBack} bigCloseImage={onGoBack} - nextArrow={() => changeWanted(1)} - prevArrow={() => changeWanted(-1)} + >