Skip to content

Commit c7d17a5

Browse files
committed
Fix puzzles
1 parent 9bb1650 commit c7d17a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PerPartySearchPanelContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function PartyTotalCouncilorEstimationNumber({
139139
}
140140

141141
function PartyPresidentCandidateList({ partyId }) {
142-
// @todo PartyView - PartyPresidentCandidateList - bind presiddent candidate data by party id
142+
// @todo #1 PartyView - PartyPresidentCandidateList - bind presiddent candidate data by party id
143143
const mockData = [
144144
{
145145
firstName: "ชื่อ",

src/pages/about.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default () => (
5353
<Divider mb={32} />
5454
<SubTitle mb={8}>อาสาสมัครที่ร่วมพัฒนา</SubTitle>
5555
{
56-
// @todo add contributors
56+
// @todo #1 add contributors
5757
}
5858
<BodyText>
5959
<ContributorSection

0 commit comments

Comments
 (0)