Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jun 7, 2024
1 parent 1e99852 commit 96f010a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/RFOX/RFOX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@ const FormHeader: React.FC<FormHeaderProps> = ({ setStepIndex, activeIndex }) =>
>
{translate('RFOX.changeAddress')}
</FormHeaderTab>
<<<<<<< HEAD
<FormHeaderTab
index={RfoxTabIndex.Bridge}
onClick={handleClick}
isActive={activeIndex === RfoxTabIndex.Bridge}
>
{translate('RFOX.bridge')}
</FormHeaderTab>
=======
>>>>>>> 1a8381debe (feat: remove dummy brige quote and wire-up from stake)
</Flex>
)
}
Expand Down

0 comments on commit 96f010a

Please sign in to comment.