Update index.tsx
This commit is contained in:
@ -242,8 +242,9 @@ const RenderContent = ({
|
|||||||
appointmentDate={item.appointmentDate}
|
appointmentDate={item.appointmentDate}
|
||||||
appointmentTime={item.appointmentTime}
|
appointmentTime={item.appointmentTime}
|
||||||
serviceUnit={item.serviceUnit}
|
serviceUnit={item.serviceUnit}
|
||||||
status={item.status}
|
status={item.status} navigate={function (arg0: string): void {
|
||||||
/>
|
throw new Error('Function not implemented.');
|
||||||
|
} } />
|
||||||
</Pressable>
|
</Pressable>
|
||||||
)}
|
)}
|
||||||
keyExtractor={item => item.id ?? ''}
|
keyExtractor={item => item.id ?? ''}
|
||||||
|
Reference in New Issue
Block a user