Skip to content

Commit

Permalink
fix(campaign): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gary02 committed Aug 22, 2024
1 parent c4bde2a commit 02abcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CampaignDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CampaignDetail extends React.Component<CampaignDetailChildProps> {
return (
<>
<DescriptionList size="large" title="基本資訊" col={3}>
<Description term="標題(繁體)">{campaign.nameEn}</Description>
<Description term="標題(繁體)">{campaign.name}</Description>
<Description term="標題(英文)">{campaign.nameEn}</Description>
<Description term="標題(簡體)">{campaign.nameZhHans}</Description>
</DescriptionList>
Expand Down

0 comments on commit 02abcce

Please sign in to comment.