Skip to content

Commit

Permalink
fix: update warning message for unbound item
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtuneLee committed Oct 11, 2024
1 parent 2247afc commit b8b60f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/bindItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ const BindAppItem = (props: {
) : (
<div
onClick={() => {
message.warning("暂未开放");
message.warning("请退出并使用该方式登录绑定");
}}
className={classNames(styles.unbinded)}
>
<span>未绑定</span>
<Icon {...arrowheadIcon} />
{/* <Icon {...arrowheadIcon} /> */}
</div>
)}
</div>
Expand Down

0 comments on commit b8b60f9

Please sign in to comment.