import React from 'react'; const AssetDisplay = ({ name, claimId }) => { return (

display {name}#{claimId} here

); }; export default AssetDisplay;