350 open graph react #360

Merged
bones7242 merged 30 commits from 350-open-graph-react into master 2018-02-24 17:55:00 +01:00
Showing only changes of commit fd21fa5604 - Show all commits

View file

@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
const AssetPreview = ({ name, claimId, fileExt, contentType }) => { const AssetPreview = ({ name, claimId, fileExt, contentType }) => {
const directSourceLink = `${claimId}/${name}.${fileExt}`; const directSourceLink = `${claimId}/${name}.${fileExt}`;
const showUrlLink = `${claimId}/${name}`; const showUrlLink = `/${claimId}/${name}`;
return ( return (
<div className='asset-holder'> <div className='asset-holder'>
<Link to={showUrlLink} > <Link to={showUrlLink} >