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:
wompmacho
2020-11-01 23:35:22 -05:00
parent 5661778850
commit cf52afc0ba
3 changed files with 21 additions and 37 deletions

View File

@@ -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) => {