diff --git a/src/Event.tsx b/src/Event.tsx index 6fc6c03..9ab8d53 100644 --- a/src/Event.tsx +++ b/src/Event.tsx @@ -41,8 +41,6 @@ class Event extends React.Component { throw Error('Event should be defined!'); } - (window as any).me = this.props.event; - return (

{this.props.event.summary}