Skip to content

Commit

Permalink
feat: Disable Swap Topup option for Sales Widget (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif9876 authored Jul 18, 2024
1 parent d595f76 commit 907dc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function SaleWidget(props: SaleWidgetProps) {
checkout={checkout}
provider={provider}
showOnrampOption={config.isOnRampEnabled}
showSwapOption={config.isSwapEnabled}
showSwapOption={false}
showBridgeOption={config.isBridgeEnabled}
onCloseButtonClick={() => sendSaleWidgetCloseEvent(eventTarget)}
onBackButtonClick={() => {
Expand Down

0 comments on commit 907dc88

Please sign in to comment.