Skip to content

Commit

Permalink
Fix puzzles
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Mar 24, 2019
1 parent 9bb1650 commit c7d17a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PerPartySearchPanelContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function PartyTotalCouncilorEstimationNumber({
}

function PartyPresidentCandidateList({ partyId }) {
// @todo PartyView - PartyPresidentCandidateList - bind presiddent candidate data by party id
// @todo #1 PartyView - PartyPresidentCandidateList - bind presiddent candidate data by party id
const mockData = [
{
firstName: "ชื่อ",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default () => (
<Divider mb={32} />
<SubTitle mb={8}>อาสาสมัครที่ร่วมพัฒนา</SubTitle>
{
// @todo add contributors
// @todo #1 add contributors
}
<BodyText>
<ContributorSection
Expand Down

6 comments on commit c7d17a5

@0pdd
Copy link

@0pdd 0pdd commented on c7d17a5 Mar 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-b9804e60 disappeared from gatsby-config.js, that's why I closed #32. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on c7d17a5 Mar 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-8bf3c6db disappeared from src/components/ZoneSearchPanel.js, that's why I closed #89. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on c7d17a5 Mar 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-57a78ffe disappeared from src/components/ElectionMap.js, that's why I closed #96. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on c7d17a5 Mar 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-c662abcb discovered in src/components/PerPartySearchPanelContainer.js and submitted as #171. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on c7d17a5 Mar 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-aafb55e9 discovered in src/components/PerPartySearchPanelContainer.js and submitted as #172. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on c7d17a5 Mar 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-2d5f6489 discovered in src/pages/about.js and submitted as #173. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.