Skip to content

Commit

Permalink
fixed broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-mfsi committed Sep 26, 2024
1 parent e8626ae commit c966a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/messenger-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function App() {
theme: undefined, // OPTIONAL PARAMETER : undefined/themeColors
signInImage: undefined, // OPTIONAL PARAMETER : string URL of image
siwe: undefined, // OPTIONAL PARAMETER : sign in with ethereum
disableNetworkDialog: undefined, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
disableDialogOptions: undefined, // OPTIONAL PARAMETER : to enable/disable dialog properties
};

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function DM3Container() {
showContacts: true, // true for all contacts / false for default contact
theme: undefined, // OPTIONAL PARAMETER : undefined/themeColors
signInImage: undefined, // OPTIONAL PARAMETER : string URL of image
disableNetworkDialog: undefined, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
disableDialogOptions: undefined, // OPTIONAL PARAMETER : to enable/disable dialog properties
};

return (
Expand Down

0 comments on commit c966a1f

Please sign in to comment.