yardz commented on a change in pull request #13225:
URL: https://github.com/apache/superset/pull/13225#discussion_r580554310
##########
File path: superset-frontend/src/views/CRUD/welcome/ActivityTableRow.tsx
##########
@@ -83,7 +83,7 @@ const ActivityTableRow: React.FC<ActivityProps> = ({
<>
{activityList.map(activity => (
<CardStyles
- key={`${activity.item_title}__${activity.time}`}
+ key={`${activity.dashboard_title}__${activity.time}__${activity.id}`}
Review comment:
@ktmud That's the problem, the `id` is **not always present**. On the
main tab page it does not exist. In the other tabs it exists (with the test
data). This typing is not reliable.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]