diff --git a/src/components/Points/ActivityPointsFeed.tsx b/src/components/Points/ActivityPointsFeed.tsx index 19799d3..c28f3e5 100644 --- a/src/components/Points/ActivityPointsFeed.tsx +++ b/src/components/Points/ActivityPointsFeed.tsx @@ -143,7 +143,7 @@ export const ActivityPointsFeed = ({ campaign }: { campaign?: Campaign }) => { <> - Last drop + Your last drop {latestUpdate && ( {formatDate(new Date(latestUpdate.startDate))} - {formatDate(new Date(latestUpdate.endDate))} @@ -184,7 +184,10 @@ export const ActivityPointsFeed = ({ campaign }: { campaign?: Campaign }) => { )} - Your points are updated weekly. + Points are updated weekly. + + + Last update: {formatDate(new Date(campaign.lastUpdated))}