Skip to content

Commit

Permalink
error resolved (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam3976 authored May 31, 2020
1 parent cc1f5e7 commit 6264eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Footer = () => {
<p>If you want to change your wordpress</p>
</div>
<div className="footer-section3-content">
<img src={Logo}></img>
<img src={Logo} alt="logo"></img>
<div>
<h3>Qade Interactive</h3>
<h5>4 DAYS AGO</h5>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Idea.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Idea = (props) => {
...state,
idea: props.idea
})
}, [props.idea])
}, [props.idea, state])

const handleChange = e => {
setState({
Expand Down
2 changes: 1 addition & 1 deletion src/components/Work.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component, useState } from "react";
import React, { useState } from "react";
import { connect } from "react-redux";

import SingleWorkRow from "./SingleWorkRow";
Expand Down

0 comments on commit 6264eb8

Please sign in to comment.