Skip to content

Commit

Permalink
Fixing a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Mar 12, 2019
1 parent 4a08b92 commit 7ec8778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/isomorphic/components/pages/story.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ec8778

Please sign in to comment.