adrianhajdin / healthcare

Build a healthcare platform that streamlines patient registration, appointment scheduling, and medical records, and learn to implement complex forms and SMS notifications.
https://jsmastery.pro
1.67k stars 386 forks source link

Cannot read properties of undefined (reading 'scheduledCount') #12

Open vickymayowa opened 1 month ago

vickymayowa commented 1 month ago

<StatCard 39 | type="appointments"

40 | count={appointments.scheduledCount} | ^ 41 | label="Scheduled appointments" 42 | icon={"/assets/icons/appointments.svg"} 43 | />

Cannot read properties of undefined (reading 'scheduledCount')

techiemokhele commented 1 month ago

Please provide more information on this so that I can help you. Provide the admin page code and statComponent code.

liandab commented 3 days ago

can i fix this issues?