/* A component that shows a detailed view of a single picture. Wrapped with the "withDocument" container. */ import React from 'react'; import Pics from '../../modules/pics/collection.js'; import { Components, withDocument } from 'meteor/vulcan:core'; import PicsEditForm from './PicsEditForm.jsx'; const PicsDetails = ({loading, document, currentUser}) => { if (loading) { return
Loading…
} else { return (