Skip to content

Commit

Permalink
Update .storybook/preview.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Sep 13, 2023
1 parent da0c95f commit 11ab46c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const setupMsw = () => {
// MSW warns on all unhandled requests, but we don't necessarily care
const pathAllowList = ['/images/']

// return early if any request.url.pathname starts with a path in pathAllowList
if (pathAllowList.some((path) => request.url.pathname.startsWith(path))) {
return
}
Expand Down

0 comments on commit 11ab46c

Please sign in to comment.