diff --git a/app/isomorphic/components/pages/story.js b/app/isomorphic/components/pages/story.js index 9674573f8..42a5a03cb 100644 --- a/app/isomorphic/components/pages/story.js +++ b/app/isomorphic/components/pages/story.js @@ -3,7 +3,7 @@ import React from "react"; import { InfiniteStoryBase, WithPreview } from "@quintype/components"; import { BlankStory } from "../story-templates/blank"; -import { number, object, shape } from "prop-types"; +import { number, object, shape, any } from "prop-types"; function StoryPageBase({ index, story, otherProp }) { // Can switch to a different template based story-template, or only show a spoiler if index > 0