export default function (state, id) {
  var position = state.source_citations.findIndex(item => {
    if (id === item.id) {
      return true
    }