fix address
This commit is contained in:
parent
578c82f6dd
commit
691dea4bc8
|
|
@ -79,8 +79,7 @@ export const RoyaltyStep = ({ nextStep, prevStep }: RoyaltyStepProps) => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log('tonconnectUI', tonConnectUI)
|
console.log('tonconnectUI', tonConnectUI)
|
||||||
if (tonConnectUI.account) {
|
if (tonConnectUI.account) {
|
||||||
setRoyalty([{ address: tonConnectUI.account.address
|
setRoyalty([{ address: tonConnectUI.account.address, value: 100 }]);
|
||||||
}), value: 100 }]);
|
|
||||||
}
|
}
|
||||||
}, [tonConnectUI.account, setRoyalty]);
|
}, [tonConnectUI.account, setRoyalty]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue