アイコンが設定されていてもアドレスが設定されてなかったらクリックできないように変更
This commit is contained in:
parent
bb41118e39
commit
3488c5e8d5
@ -108,6 +108,7 @@ export const TrainIconStatus: FC<Props> = ({ data, navigate, from }) => {
|
|||||||
});
|
});
|
||||||
SheetManager.hide("EachTrainInfo");
|
SheetManager.hide("EachTrainInfo");
|
||||||
}}
|
}}
|
||||||
|
disabled={!address}
|
||||||
>
|
>
|
||||||
{move ? (
|
{move ? (
|
||||||
<Image
|
<Image
|
||||||
|
Loading…
Reference in New Issue
Block a user