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
when we fetch details for the particular event from the redux store there is one more event property event.description other than name date and points.
So we need to show ( from react-icons) button that includes description (only if description exists) using Popover from ant-d library (use bottom popover)
The button position should be placed next right to where the name ends.
when we fetch details for the particular event from the redux store there is one more event property event.description other than name date and points.
So we need to show ( from react-icons) button that includes description (only if description exists) using Popover from ant-d library (use bottom popover)
The button position should be placed next right to where the name ends.
reference
Remember: if description length is 0, then no need to show info button
The text was updated successfully, but these errors were encountered: