Skip to content

Commit

Permalink
Impl [UI Model Endpoints] - Add Alerts icon for the Skipped tab (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-gini authored Dec 5, 2024
1 parent b5d25e3 commit a034b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/TabsSlider/TabsSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const TabsSlider = ({
key={tab.id}
onClick={() => onSelectTab(tab.id)}
>
{tab.icon && <div className="tabs-slider__tab-icon">{tab.icon}</div>}
{tab.label}
{tab.tip && <Tip className="tabs-slider__tab-tip" text={tab.tip} />}
</div>
Expand Down

0 comments on commit a034b73

Please sign in to comment.