clear last tickets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user