Skip to content

Commit 23835a0

Browse files
committed
cleaning up code. deleting console log and misspelling
1 parent 717c888 commit 23835a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/ui/buttons/Like.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class LikeButton extends Component {
3333
event.stopPropagation();
3434
const { pid, updateLikes, likes } = this.props;
3535
const user = auth.getUserInfo();
36-
console.log(user);
3736
if (likes[user.uid]) {
3837
// remove like
3938
await db.updateLikes(pid, likes);

src/pages/About/About.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const About = () => (
3535
</h3>
3636
</p>
3737
<br />
38-
<h3>Contact us at teamthinkspaces@ergmail.com </h3>
38+
<h3>Contact us at teamthinkspaces@gmail.com </h3>
3939
</Col>
4040
</Row>
4141
</div>

0 commit comments

Comments
 (0)