We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1650 commit c7d17a5Copy full SHA for c7d17a5
src/components/PerPartySearchPanelContainer.js
@@ -139,7 +139,7 @@ function PartyTotalCouncilorEstimationNumber({
139
}
140
141
function PartyPresidentCandidateList({ partyId }) {
142
- // @todo PartyView - PartyPresidentCandidateList - bind presiddent candidate data by party id
+ // @todo #1 PartyView - PartyPresidentCandidateList - bind presiddent candidate data by party id
143
const mockData = [
144
{
145
firstName: "ชื่อ",
src/pages/about.js
@@ -53,7 +53,7 @@ export default () => (
53
<Divider mb={32} />
54
<SubTitle mb={8}>อาสาสมัครที่ร่วมพัฒนา</SubTitle>
55
56
- // @todo add contributors
+ // @todo #1 add contributors
57
58
<BodyText>
59
<ContributorSection
0 commit comments