ci: pushing builds to r2

This commit is contained in:
Chubby Granny Chaser 2024-11-09 04:34:59 +00:00
parent 341903fc3e
commit 1d286e1ec0
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

View file

@ -75,7 +75,7 @@ export function CloudSyncFilesModal({
showSuccessToast(t("custom_backup_location_set"));
getGameBackupPreview();
}
}, [objectId, setValue, shop, showSuccessToast, getGameBackupPreview]);
}, [objectId, setValue, shop, t, showSuccessToast, getGameBackupPreview]);
const handleFileMappingMethodClick = useCallback(
(mappingOption: FileMappingMethod) => {

View file

@ -259,6 +259,7 @@ export function ProfileContent() {
userStats,
numberFormatter,
t,
buildUserGameDetailsPath,
formatPlayTime,
navigate,
]);