Skip to content

Commit

Permalink
fix(partnerConfig): fix dsplaying accepted currencies for logged in p…
Browse files Browse the repository at this point in the history
…artner
  • Loading branch information
aeddaqqa committed Sep 30, 2024
1 parent 2e474b6 commit 0fdbf75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/partners/Partner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -607,13 +607,14 @@ const Partner = () => {
wantedServices={state.stepsConfig[2].services}
supportedServices={state.stepsConfig[1].services}
CMAccountAddress={value?.contractCMAccountAddress}
supportedCurrencies={partner.supportedCurrencies}
partner={partner}
/>
) : (
OwnBusinsessNotOnMessenger
)}
</Box>
) : (
// <></>
partner.contractAddress && (
<Box
sx={{
Expand Down

0 comments on commit 0fdbf75

Please sign in to comment.