Skip to content

Commit

Permalink
fix js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Apr 18, 2022
1 parent 492ff82 commit 82685b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/profile/components/Favorites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Favorites extends React.PureComponent<FavoritesProps> {
page: 0,
page_size: 100,
});
const mutator = (data: DashboardResponse[]) =>
const mutator = (data: DashboardResponse) =>
data.result.map(dash => ({
dashboard: <a href={dash.url}>{dash.dashboard_title}</a>,
created: dash.created_on_delta_humanized,
Expand Down

0 comments on commit 82685b8

Please sign in to comment.