Added database changes and faced issues with permissions. Added shop query.
This commit is contained in:
@@ -14,21 +14,21 @@ class WhiteBoardCard extends React.Component {
|
||||
|
||||
render() {
|
||||
const { loading } = this.state;
|
||||
const {
|
||||
onClick,
|
||||
className,
|
||||
name,
|
||||
cardStyle,
|
||||
body,
|
||||
dueOn,
|
||||
cardColor,
|
||||
subTitle,
|
||||
tagStyle,
|
||||
escalationText,
|
||||
tags,
|
||||
showDeleteButton,
|
||||
onDelete
|
||||
} = this.props;
|
||||
// const {
|
||||
// onClick,
|
||||
// className,
|
||||
// name,
|
||||
// cardStyle,
|
||||
// body,
|
||||
// dueOn,
|
||||
// cardColor,
|
||||
// subTitle,
|
||||
// tagStyle,
|
||||
// escalationText,
|
||||
// tags,
|
||||
// showDeleteButton,
|
||||
// onDelete
|
||||
// } = this.props;
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user