nftychat-universe 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -12340,8 +12340,8 @@ function DmButton$1(props) {
12340
12340
 
12341
12341
  // Custom states
12342
12342
  const [numberOfNotifications, setNumberOfNotifications] = useState(0);
12343
- //const mainUrl = "https://nftychat-staging.herokuapp.com";
12344
- const mainUrl = "http://localhost:8080";
12343
+ const mainUrl = "https://nftychat-staging.herokuapp.com";
12344
+ //const mainUrl = "http://localhost:8080";
12345
12345
  const [inputText, setInputText] = useState("");
12346
12346
  const [popoverAnchor, setPopoverAnchor] = useState(null);
12347
12347
  const [userName, setUserName] = useState("");
@@ -12374,7 +12374,6 @@ function DmButton$1(props) {
12374
12374
 
12375
12375
  // Function to scroll down
12376
12376
  function scrollDown() {
12377
- console.log(bottomRef);
12378
12377
  if (bottomRef.current) {
12379
12378
  bottomRef.current.scrollIntoView();
12380
12379
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/nftychat/nftychat-universe"
6
6
  },
7
- "version": "2.0.2",
7
+ "version": "2.0.3",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",