Fix: display actual image path in edit game modal

This commit is contained in:
Moyasee
2025-09-29 19:53:52 +03:00
parent 2bed7c0b37
commit 3e93a14deb
2 changed files with 52 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ const updateGameCustomAssets = async (
if (existingAssets) {
const updatedAssets = {
...existingAssets,
title,
title,
};
await gamesShopAssetsSublevel.put(gameKey, updatedAssets);