moving welcome banner change to index
remove extra lines moved welcome banner to index moved set defaults inside main of index
This commit is contained in:
@@ -6,8 +6,6 @@ import PersistentSyncStorage from 'src/helpers/PersistentSyncStorage';
|
||||
|
||||
class ChatWatcher {
|
||||
|
||||
|
||||
|
||||
constructor() {
|
||||
this.watchChat = this.watchChat.bind(this);
|
||||
this._chatContainer = null;
|
||||
@@ -26,7 +24,6 @@ class ChatWatcher {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
getChatContainer() {
|
||||
// Parent of actual chat (children are messages)
|
||||
const checkForContainer = (res, rej) => {
|
||||
|
||||
Reference in New Issue
Block a user