Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit b470a78

Browse files
committed
Uncomment post tx
1 parent c33fb25 commit b470a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/argit/newRepoForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class NewRepoForm extends Component<NewRepoFormProps, NewRepoFormState> {
103103
return
104104
}
105105

106-
// await arweave.transactions.post(tx) // Post transaction
106+
await arweave.transactions.post(tx) // Post transaction
107107

108108
this.setState({ transactionLoading: false }) // Set loading status to false
109109
this.props.closeCreateRepoModal({})

0 commit comments

Comments
 (0)