chore(web): remove unused props (#17141)

This commit is contained in:
Ben McCann 2025-03-27 15:12:14 -07:00 committed by GitHub
parent 84c35e35d6
commit 411772123f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 4 additions and 21 deletions

View file

@ -14,7 +14,6 @@
timelineBottomOffset?: number;
height?: number;
assetStore: AssetStore;
invisible?: boolean;
scrubOverallPercent?: number;
scrubBucketPercent?: number;
scrubBucket?: { bucketDate: string | undefined };

View file

@ -13,7 +13,6 @@
flippedLogo?: boolean;
isSelected?: boolean;
preloadData?: boolean;
moreInformation?: Snippet;
dropDownContent?: Snippet;
dropdownOpen?: boolean;
}