We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77981f8 commit c87bd02Copy full SHA for c87bd02
1 file changed
src/screens/guide/ui/pages/guidebook-page5.tsx
@@ -74,7 +74,7 @@ export function GuidebookPage5() {
74
{isCompleted ? (
75
<CheckCircle className="h-8 w-8 text-white" />
76
) : (
77
- React.createElement(steps[currentStep].icon, {
+ React.createElement(step.icon, {
78
className: "w-7 h-7",
79
style: {
80
color: iconColor,
0 commit comments