mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 17:45:23 +02:00
feat: redesign PricingView with manual validation check and notes, and add Matrix columns
This commit is contained in:
@@ -55,7 +55,7 @@ function isEmptyOrEpoch(val: any): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
type TabType = 'missingLaunch';
|
||||
type TabType = 'missingLaunch' | 'launchInconsistent' | 'upcomingLaunch';
|
||||
|
||||
interface EditingState {
|
||||
rowIndex: number;
|
||||
|
||||
Reference in New Issue
Block a user