@23blocks/react 7.6.7 → 7.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1098,7 +1098,7 @@ function useRewardsBlock() {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
function useSalesBlock() {
|
|
1100
1100
|
const { sales } = use23Blocks();
|
|
1101
|
-
if (!sales) throw new Error('Sales block not configured. Pass `sales` prop to Blocks23Provider.');
|
|
1101
|
+
if (!sales) throw new Error('Sales block not configured. Pass `sales` config prop to Blocks23Provider.');
|
|
1102
1102
|
return sales;
|
|
1103
1103
|
}
|
|
1104
1104
|
function useWalletBlock() {
|