You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There, !!variant will always evaluate to true, because of the interpolated string. Consequence is that a dummy text- class will be added to the label items. Small bug, but easy to fix.
The text was updated successfully, but these errors were encountered:
I think there's a small bug in app-sidebar-nav-label.component.ts, at this line:
There,
!!variant
will always evaluate to true, because of the interpolated string. Consequence is that a dummytext-
class will be added to the label items. Small bug, but easy to fix.The text was updated successfully, but these errors were encountered: