Skip to content

Commit

Permalink
fixed type of enable network dialog in reference app
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-mfsi committed Sep 25, 2024
1 parent eee91bb commit d3c5223
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
enableNetworkDialog: null, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
enableNetworkDialog: undefined, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
};

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
enableNetworkDialog: null, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
enableNetworkDialog: undefined, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
};

return (
Expand Down

0 comments on commit d3c5223

Please sign in to comment.