Fixed error with modal and datas

This commit is contained in:
2026-03-28 23:17:40 +01:00
parent 5441783eb2
commit c46a437cb2
4 changed files with 1 additions and 14 deletions
@@ -1,13 +0,0 @@
import {Component} from '@angular/core';
import {IonicModule} from "@ionic/angular";
@Component({
selector: 'app-generic-profile',
templateUrl: './generic-profile.component.html',
styleUrls: ['./generic-profile.component.scss'],
imports: [
IonicModule
]
})
export class GenericProfileComponent {
}
@@ -80,7 +80,7 @@ export class SearchFriendComponent implements OnInit {
await toast.present();
} catch (e) {
const toast = await this.toastCtrl.create({
message: 'Erreur lors de l\'ajout d\'amis',
message: 'Vous êtes déjà ami avec cette personne',
duration: 2000,
color: 'danger'
});