Refactor providers call

This commit is contained in:
2023-07-09 17:35:12 +02:00
parent 29254b49a6
commit 014c2625f9
9 changed files with 42 additions and 51 deletions

View File

@@ -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: