recurence text added

This commit is contained in:
Eudes Inácio
2024-06-10 10:56:11 +01:00
parent 0ac0db980f
commit 05bbbd0242
4 changed files with 18 additions and 10 deletions
@@ -366,4 +366,8 @@ export class ViewEventPage implements OnInit {
}
stringToNumber(number: string) {
return parseInt(number)
}
}