@ -12,7 +12,7 @@ class ListOfNotes extends StatelessWidget{
child:ListView.separated(
child:ListView.separated(
physics:NeverScrollableScrollPhysics(),
physics:NeverScrollableScrollPhysics(),
shrinkWrap:true,
shrinkWrap:true,
itemBuilder:(_,index)=>ProgressNoteItem(type:'Doctor Note',speciality:"Internal Medicine",Notes:"Some lines of note for the progress ",status:"stable"),