Skip to content

Commit

Permalink
Ignore type warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 9, 2020
1 parent 68d1689 commit f2a5d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/storysource/src/StoryPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const StoryPanel: React.FC<StoryPanelProps> = ({ api }) => {
if (story) {
const {
parameters: {
// @ts-ignore
storySource: { source, locationsMap } = { source: '', locationsMap: {} },
} = {},
} = story;
Expand Down

0 comments on commit f2a5d55

Please sign in to comment.