Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Removed message in QuestionList as issue #2 in backend fixed (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayak119 authored and meghprkh committed Sep 29, 2017
1 parent 0febd06 commit 1fed065
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/QuestionsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class QuestionsList extends Component {
return (
<div>
<h1>Questions</h1>
This shall update when issue #2 is fixed in the backend.
Till then go <Link to={`/question/1/`}>here</Link> (the qno in the URL goes from 1 to 5)
{loading && <div>Loading...</div>}
<ul>
{questions.map(question => (
Expand Down

0 comments on commit 1fed065

Please sign in to comment.