Project-Based-10-24-vk / Client

0 stars 0 forks source link

Feature/102/add interests step to student stepper #132

Open VoitV opened 2 days ago

VoitV commented 2 days ago
Screenshot 2024-10-17 at 15 12 31 Screenshot 2024-10-17 at 15 12 41 Screenshot 2024-10-17 at 15 12 54 Screenshot 2024-10-17 at 15 13 08
VoitV commented 2 days ago
Screenshot 2024-10-17 at 15 13 45

I think we also need to divide the childrenArr by role. Like this: const childrenArr = userRole === 'student' ? logic1 : logic2