Skip to content

Commit 75c159b

Browse files
committed
🚀 feat(ButtonsFooter.tsx): add usecaseTitle to API GET /campaigns/{cid}/insights observations
1 parent f015881 commit 75c159b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pages/Insights/InsightsDrawer/components/ButtonsFooter.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const ButtonsFooter = ({
8989
uploaderId: o.uploaderId,
9090
mediaId: o.video.id,
9191
deviceType: o.video.deviceType,
92-
usecaseTitle: '', // TODO: @sinatragianpaolo add usecaseTitle to API GET /campaigns/{cid}/insights observations
92+
usecaseTitle: o.usecaseTitle,
9393
})),
9494
})
9595
}

0 commit comments

Comments
 (0)