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
fix: update item description handling in DashboardPage component
- Made the item description optional in the Item interface to accommodate cases where it may not be provided.
- Updated the rendering of item descriptions in the DashboardPage to display an empty string when the description is null or undefined, improving UI consistency.
0 commit comments