Skip to content

Commit

Permalink
Update GameDashboardCard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh committed Feb 4, 2025
1 parent 7a3d2b4 commit 20a06c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions newIDE/app/src/GameDashboard/GameDashboardCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,17 +564,16 @@ const GameDashboardCard = ({
click: async () => {
// Extract word translation to ensure it is not wrongly translated in the sentence.
const translatedConfirmText = i18n._(t`delete`);

let message = t`Your game and this project will be deleted. This action is irreversible. Do you want to continue?`;

if (isPublishedOnGdGames) {
loadGameMetrics();

if (gameRollingMetrics) {
// TODO
// gameRollingMetrics is an array of something but return always an empty array, because of no stats on dev ?
// GDevelop\GDevelop\newIDE\app\src\Utils\GDevelopServices\Analytics.js

//console.log(gameRollingMetrics.retention.d7RetainedPlayers);
console.log(gameRollingMetrics);

const countOfSessionLast7Days = hasNoSession
Expand Down

0 comments on commit 20a06c2

Please sign in to comment.