•  export interface State {
    -  path: string;
    +  entryPath: string;
       loading: boolean;
    -  page: Page;
    -  hasMorePods: boolean;
    +  pageState: {
    +    page: Page;
    +    hasMorePods: boolean;
    +    visible: boolean;
    +  }[];
       currentAccommodationId: string;
     }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment