diff --git a/packages/messenger-widget/src/components/ConfigureProfile/CloudStorage.tsx b/packages/messenger-widget/src/components/ConfigureProfile/CloudStorage.tsx index b9f0674a8..e2f5c7093 100644 --- a/packages/messenger-widget/src/components/ConfigureProfile/CloudStorage.tsx +++ b/packages/messenger-widget/src/components/ConfigureProfile/CloudStorage.tsx @@ -1,6 +1,6 @@ import { useContext, useState } from 'react'; import { ModalContext } from '../../context/ModalContext'; -import { ProfileScreenType } from '../../utils/enum-type-utils'; +import { ProfileScreenType, ProfileType } from '../../utils/enum-type-utils'; import { BUTTON_CLASS, DM3_NAME_SERVICES, dm3NamingServices } from './bl'; import { ConfigureProfileContext } from './context/ConfigureProfileContext'; import { DM3ConfigurationContext } from '../../context/DM3ConfigurationContext'; @@ -59,6 +59,14 @@ export function CloudStorage() {
+
+ {errorMsg ?? ''} +
+
-
- {errorMsg ?? ''} -
-
To publish your dm3 profile, a transaction is sent to @@ -94,6 +94,20 @@ export function OwnStorage() {
+
+
+
+
+