Skip to content

Commit

Permalink
fix: 取消地址字段展示
Browse files Browse the repository at this point in the history
  • Loading branch information
linxin committed Oct 28, 2024
1 parent 3e46b89 commit a5b2a47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions features/wm-contact-us/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const ContactUs = () => {
value: '+852 3851 1711',
type: 'tel:',
},
{
label: i18n.t('features_wm_contact_us_index_891161'),
value: i18n.t('features_wm_contact_us_index_891180'),
type: '',
},
// {
// label: i18n.t('features_wm_contact_us_index_891161'),
// value: i18n.t('features_wm_contact_us_index_891180'),
// type: '',
// },
],
},
// {
Expand Down Expand Up @@ -98,10 +98,10 @@ const ContactUs = () => {
<span>{' / '}</span>
<a href={'tel:+852 3851 1711'}>{'+852 3851 1711'}</a>
</span>
<span className="label">
{/* <span className="label">
{i18n.t('features_wm_contact_us_index_891161')}
{i18n.t('features_wm_contact_us_index_891181')}
</span>
</span> */}
</div>
</div>
<div
Expand Down

0 comments on commit a5b2a47

Please sign in to comment.