fix edge cases

This commit is contained in:
chrisk325 2026-03-06 13:24:02 +05:30 committed by GitHub
parent b40d45cbcb
commit 9dfb3aa474
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1140,7 +1140,6 @@ const HeroSection: React.FC<HeroSectionProps> = memo(({
return;
}
setTrailerUrl(null);
setTrailerLoading(true);
setTrailerError(false);
setTrailerReady(false);