From 5c176ce457f195dfad15d0c7d01d36fc2f9fdbdd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 13 Feb 2019 19:19:10 +0100 Subject: possible PDF embed --- scraper/client/paper/paper.unknown.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scraper/client/paper/paper.unknown.js') diff --git a/scraper/client/paper/paper.unknown.js b/scraper/client/paper/paper.unknown.js index 7a20f398..0cb7d2da 100644 --- a/scraper/client/paper/paper.unknown.js +++ b/scraper/client/paper/paper.unknown.js @@ -1,6 +1,7 @@ import React, { Component } from 'react' import { bindActionCreators } from 'redux' import { connect } from 'react-redux' +import { Link } from 'react-router-dom' import * as actions from '../actions' @@ -20,7 +21,7 @@ class PaperUnknown extends Component { let cite = { ...citation } cite.id = { _raw: true, - value: {citation.id} + value: {citation.id} } cite.pdf = { _raw: true, @@ -41,7 +42,6 @@ class PaperUnknown extends Component { ) } } - // order={['id', 'pdf', 'year']} const mapStateToProps = state => ({ api: state.api -- cgit v1.2.3-70-g09d2