-
Notifications
You must be signed in to change notification settings - Fork 230
Aizad/Fix Derived toggle click on reload #7293
Aizad/Fix Derived toggle click on reload #7293
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
> | ||
<span className={`icon synthetic_index ${open_accordion ? 'active' : ''}`} /> | ||
<span className={`icon synthetic_index ${subgroup_active ? 'active' : ''}`} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cant we write this similar to line 541 using classNames function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resooolved 😩😩😩
> | ||
<span className={`icon synthetic_index ${open_accordion ? 'active' : ''}`} /> | ||
<span className={`icon synthetic_index ${subgroup_active ? 'active' : ''}`} /> | ||
<span>{group_markets[item].markets[0].subgroup_name}</span> | ||
<span className={`accordion-icon icon ${open_accordion ? 'active' : ''}`} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resooolved 😩😩😩
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.