import React, { Component } from 'react' export const MediaCitation = ({ media }) => { if (!media) { return (
) } const settings = media.settings || media // citations - so many names for the same thing if (settings.bibliography) { return ( ) } if (settings.caption) { return ( ) } // generated citations return (