diff --git a/src/screens/home/index.tsx b/src/screens/home/index.tsx index 009250b..4306bf8 100644 --- a/src/screens/home/index.tsx +++ b/src/screens/home/index.tsx @@ -242,8 +242,9 @@ const RenderContent = ({ appointmentDate={item.appointmentDate} appointmentTime={item.appointmentTime} serviceUnit={item.serviceUnit} - status={item.status} - /> + status={item.status} navigate={function (arg0: string): void { + throw new Error('Function not implemented.'); + } } /> )} keyExtractor={item => item.id ?? ''}