Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fix for deleted pages and sections #862

Closed
wants to merge 1 commit into from

Conversation

martyncolmer
Copy link
Contributor

Fixed to section and page to stop white screen when navigating to deleted pages.

Copy link
Contributor

@heofs heofs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! But should the tests be removed or rewritten to work with the changes?

@@ -129,7 +129,7 @@ describe("PageRoute", () => {
page: null,
});
expect(wrapper.find("Error").exists()).toBe(true);
});
}); */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to remove these tests or add them in again.

@heofs
Copy link
Contributor

heofs commented Jan 16, 2020

@MattElcock
Copy link
Contributor

LGTM, other than those tests that Henning raised. Good job, dude.

@MattElcock
Copy link
Contributor

MattElcock commented Jun 25, 2020

Closed because this is a super old PR. Keeping the branch open in case we want to come back to it.

@MattElcock MattElcock closed this Jun 25, 2020
@martyncolmer martyncolmer deleted the fix_for_deleted_sections branch August 13, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants