Refactor providers call
This commit is contained in:
@@ -32,7 +32,7 @@ export function JoinFamilyDialog(p: {
|
||||
case JoinFamilyResult.Success:
|
||||
setCode("");
|
||||
p.onJoined();
|
||||
await alert.alert("La famille a été rejointe avec succès !");
|
||||
await alert("La famille a été rejointe avec succès !");
|
||||
break;
|
||||
|
||||
case JoinFamilyResult.TooManyRequests:
|
||||
|
||||
Reference in New Issue
Block a user