mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
feat: invert logic (#141)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -2,7 +2,10 @@ import {Store} from './store';
|
||||
|
||||
export const MicroCenter: Store = {
|
||||
labels: {
|
||||
outOfStock: ['sold out']
|
||||
inStock: {
|
||||
container: '#cart-options',
|
||||
text: ['(in stock)']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user