Commit a76ac016 authored by Almouhannad's avatar Almouhannad

(F) Fix issue in doctor phones comp

parent 80fb7a82
......@@ -37,6 +37,6 @@ export class DoctorPhonesComponent implements OnInit{
})
}
phones: Phone[] = [new Phone("المنزل", "0943646733")];
phones: Phone[] = [];
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment