PLACEHOLDER ALL THE THINGS
This commit is contained in:
@@ -5,6 +5,7 @@ export const Entity = (props) => {
|
||||
const hasCover = props.cover;
|
||||
const hasTags = props.tags && props.tags.length > 0;
|
||||
const hasButton = props.onButtonClick || props.buttonText
|
||||
|
||||
return (
|
||||
<div className='entity'>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user