Adam Shaw 7 lat temu
rodzic
commit
82c8383d62
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/View.ts

+ 1 - 1
src/View.ts

@@ -14,7 +14,7 @@ import { DateSpan } from './structs/date-span'
 import { EventInteractionUiState } from './interactions/event-interaction-state'
 
 export interface ViewProps {
-  dateProfile: DateProfile | null
+  dateProfile: DateProfile
   businessHours: EventStore
   eventStore: EventStore
   eventUis: EventUiHash