Skip to content

Commit

Permalink
chore(store): add errors for bandh (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: fuckingrobot <fuckingrobot@users.noreply.github.com>
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
3 people committed Sep 22, 2020
1 parent 190388c commit 8e7d267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/bandh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const BAndH: Store = {

],
labels: {
outOfStock: ['notify when available', 'try varying your search terms']
outOfStock: ['notify when available', 'try varying your search terms', 'sorry, an unexpected error has occurred.']
},
name: 'bandh'
};

0 comments on commit 8e7d267

Please sign in to comment.