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
In the SideBar.tsx component, both flex and block classes are used together at one place, which is incorrect. These classes conflict with each other as they define different display properties. Using both causes issues and results in a runtime error.
Expected Behavior
Only one of the classes should be used depending on the intended layout (either flex or block).
Steps to Reproduce
Open the SideBar.tsx component.
Observe the usage of both flex and block in the same element.
The text was updated successfully, but these errors were encountered:
In the SideBar.tsx component, both flex and block classes are used together at one place, which is incorrect. These classes conflict with each other as they define different display properties. Using both causes issues and results in a runtime error.
Expected Behavior
Only one of the classes should be used depending on the intended layout (either flex or block).
Steps to Reproduce
The text was updated successfully, but these errors were encountered: