const branchList = () => {
    if (!state.gitlab.branches) {
      return m("li", m("div","------"));
    }
    return state.gitlab.branches.filter((branch) =>{