forked from coracle/flotilla
Add retry for thunks
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
const back = () => history.back()
|
||||
|
||||
const tryJoin = async () => {
|
||||
await addSpaceMembership(url)
|
||||
await addSpaceMembership(url).result
|
||||
|
||||
clearModals()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user