mirror of
https://github.com/Qortal/q-shop.git
synced 2025-01-30 14:52:20 +00:00
Set production identifiers
This commit is contained in:
parent
615217fc33
commit
034371eb80
@ -1,18 +1,18 @@
|
|||||||
// TESTING
|
// TESTING
|
||||||
|
|
||||||
export const STORE_BASE = "test-q-store-general";
|
// export const STORE_BASE = "test-q-store-general";
|
||||||
export const DATA_CONTAINER_BASE = "test-datacontainer";
|
// export const DATA_CONTAINER_BASE = "test-datacontainer";
|
||||||
export const CATALOGUE_BASE = "test-q-store-catalogue";
|
// export const CATALOGUE_BASE = "test-q-store-catalogue";
|
||||||
export const ORDER_BASE = "test-q-store-order";
|
// export const ORDER_BASE = "test-q-store-order";
|
||||||
export const REVIEW_BASE = "test-q-store-review";
|
// export const REVIEW_BASE = "test-q-store-review";
|
||||||
export const PRODUCT_BASE = "test-q-store-product";
|
// export const PRODUCT_BASE = "test-q-store-product";
|
||||||
|
|
||||||
// PRODUCTION
|
// PRODUCTION
|
||||||
|
|
||||||
// export const STORE_BASE = "q-store-general";
|
export const STORE_BASE = "q-store-general";
|
||||||
// export const DATA_CONTAINER_BASE = "datacontainer";
|
export const DATA_CONTAINER_BASE = "datacontainer";
|
||||||
// export const CATALOGUE_BASE = "q-store-catalogue";
|
export const CATALOGUE_BASE = "q-store-catalogue";
|
||||||
// export const ORDER_BASE = "q-store-order";
|
export const ORDER_BASE = "q-store-order";
|
||||||
// export const REVIEW_BASE = "q-store-review";
|
export const REVIEW_BASE = "q-store-review";
|
||||||
// export const PRODUCT_BASE = "q-store-product";
|
export const PRODUCT_BASE = "q-store-product";
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ export const StoreList = () => {
|
|||||||
{filteredStores.length > 0 &&
|
{filteredStores.length > 0 &&
|
||||||
filteredStores
|
filteredStores
|
||||||
// Get rid of the Bester shop (test shop)
|
// Get rid of the Bester shop (test shop)
|
||||||
// .filter((store: Store) => store.owner !== "Bester")
|
.filter((store: Store) => store.owner !== "Bester")
|
||||||
.map((store: Store) => {
|
.map((store: Store) => {
|
||||||
let storeItem = store;
|
let storeItem = store;
|
||||||
let hasHash = false;
|
let hasHash = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user