feat: invert logic (#141)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
admon84
2020-09-22 21:33:36 -06:00
committed by GitHub
parent a70e63bb35
commit 6608a79769
16 changed files with 183 additions and 79 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ import {Store} from './store';
export const MicroCenter: Store = {
labels: {
outOfStock: ['sold out']
inStock: {
container: '#cart-options',
text: ['(in stock)']
}
},
links: [
{