nftychat-universe 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2 -3
- package/package.json +1 -1
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
|
-
|
|
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
|
}
|