Skip to content

Commit 87eca91

Browse files
committed
fix: urgent providers fix
1 parent 88e0585 commit 87eca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/add.provider.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export const AddProviderComponent: FC<{
344344
).json();
345345
modal.openModal({
346346
title: t('web3_provider', 'Web3 provider'),
347-
withCloseButton: false,
347+
withCloseButton: true,
348348
classNames: {
349349
modal: 'bg-transparent text-textColor',
350350
},

0 commit comments

Comments
 (0)