constructor()

in src/channelList.js [10:17]


    constructor(props) {
        super(props);
        this.state = {
            channel_list: [],
            popup: false,
            popup_msg: "",
        }
    }