Commit de5fa766 authored by XieZhiXiong's avatar XieZhiXiong

chore: 去掉额外的字符展示

parent 348766c1
......@@ -47,9 +47,7 @@ const MemberPrComingClassify: React.FC<{}> = props => {
>
{intl.formatMessage({ id: 'member.actions.verify' })}
</Button>
),
</AuthButton>
),
},
]);
......
......@@ -47,7 +47,6 @@ const MemberPrComingInvestigate: React.FC<{}> = props => {
>
{intl.formatMessage({ id: 'member.actions.verify' })}
</Button>
),
</AuthButton>
)
},
......
......@@ -52,7 +52,6 @@ const MemberPrVerifyComing1: React.FC<{}> = props => {
>
{intl.formatMessage({ id: 'member.actions.verify' })}
</Button>
),
</AuthButton>
),
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment