updateLink()

in client/src/store/index.js [46:48]


    updateLink(state, link, ind){
      state.links[ind] = link;
    }