We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717c888 commit 23835a0Copy full SHA for 23835a0
src/components/ui/buttons/Like.js
@@ -33,7 +33,6 @@ class LikeButton extends Component {
33
event.stopPropagation();
34
const { pid, updateLikes, likes } = this.props;
35
const user = auth.getUserInfo();
36
- console.log(user);
37
if (likes[user.uid]) {
38
// remove like
39
await db.updateLikes(pid, likes);
src/pages/About/About.js
@@ -35,7 +35,7 @@ const About = () => (
</h3>
</p>
<br />
- <h3>Contact us at teamthinkspaces@ergmail.com </h3>
+ <h3>Contact us at teamthinkspaces@gmail.com </h3>
</Col>
40
</Row>
41
</div>
0 commit comments