clear last tickets

This commit is contained in:
Thomas Demirdjian
2025-11-26 15:33:22 +01:00
parent ee9cc5dccd
commit d7b14bd873
25 changed files with 1692 additions and 1967 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const GeneratingSong = () => {
// project loaded from provider
// Progress based on 8 minutes cap or until status becomes GENERATED
// Progress based on an 8 minute cap or until status becomes GENERATED
useEffect(() => {
const totalMs = 8 * 60 * 1000;
const maxGeneratingProgress = 90;