fix misprint
This commit is contained in:
parent
0b1dc23cc6
commit
5f4b13d7ba
|
|
@ -99,7 +99,7 @@ export const PresubmitStep = ({ prevStep }: PresubmitStepProps) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (createContentResponse.data) {
|
if (createContentResponse.data) {
|
||||||
if (createContentResponse.data.address != null) {
|
if (createContentResponse.data.address != "free") {
|
||||||
const transactionResponse = await tonConnectUI.sendTransaction({
|
const transactionResponse = await tonConnectUI.sendTransaction({
|
||||||
validUntil: Math.floor(Date.now() / 1000) + 120,
|
validUntil: Math.floor(Date.now() / 1000) + 120,
|
||||||
messages: [
|
messages: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue