hydrateLinks()

in client/src/store/index.js [34:36]


    hydrateLinks(state, links) {
      state.links = links;
    },