remove whitespace

This commit is contained in:
Hachi-R 2025-02-16 17:08:23 -03:00
parent a372afc92c
commit 043062eda8

View file

@ -69,7 +69,7 @@ export function HeroPanelActions() {
});
} else {
if (!objectId) return;
await window.electron.addGameToFavorites(shop, objectId).then(() => {
showSuccessToast(t("game_added_to_favorites"));
});