diff --git a/src/plugins/oSnap/Create.vue b/src/plugins/oSnap/Create.vue index de69d1b7..9a1cfefe 100644 --- a/src/plugins/oSnap/Create.vue +++ b/src/plugins/oSnap/Create.vue @@ -11,6 +11,7 @@ import { import { getIsOsnapEnabled, getModuleAddressForTreasury } from './utils'; import CreateSafe from './CreateSafe.vue'; import { toChecksumAddress } from '@/helpers/utils'; +import OsnapMarketingWidget from './components/OsnapMarketingWidget.vue'; const props = defineProps<{ space: ExtendedSpace; @@ -131,58 +132,67 @@ onMounted(async () => { diff --git a/src/plugins/oSnap/CreateSafe.vue b/src/plugins/oSnap/CreateSafe.vue index b1750153..b962bdb4 100644 --- a/src/plugins/oSnap/CreateSafe.vue +++ b/src/plugins/oSnap/CreateSafe.vue @@ -4,7 +4,6 @@ import { fetchBalances, fetchCollectibles } from './utils'; import { cloneDeep } from 'lodash'; import SelectSafe from './components/Input/SelectSafe.vue'; import TransactionBuilder from './components/TransactionBuilder/TransactionBuilder.vue'; -import OsnapMarketingWidget from './components/OsnapMarketingWidget.vue'; import BotSupportWarning from './components/BotSupportWarning.vue'; // PROPS @@ -102,9 +101,10 @@ onMounted(async () => {