@daimo/pay 0.3.12 → 0.3.13

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/build/index.es.js CHANGED
@@ -2274,7 +2274,7 @@ const ResetContainer = styled(motion.div) `
2274
2274
  `;
2275
2275
 
2276
2276
  var name = "@daimo/pay";
2277
- var version = "0.3.12";
2277
+ var version = "0.3.13";
2278
2278
  var author = "Daimo";
2279
2279
  var homepage = "https://pay.daimo.com";
2280
2280
  var license = "BSD-2-Clause license";
@@ -10726,7 +10726,7 @@ const ChainContainer = styled(motion.div) `
10726
10726
  const SelectToken = () => {
10727
10727
  const { setRoute, paymentInfo } = useContext();
10728
10728
  const { setSelectedTokenOption, walletPaymentOptions } = paymentInfo;
10729
- return (jsxs(PageContent, { children: [jsx(OrderHeader, { minified: true }), walletPaymentOptions.isLoading &&
10729
+ return (jsxs(PageContent, { children: [jsx(OrderHeader, { minified: true }), !walletPaymentOptions.isLoading &&
10730
10730
  walletPaymentOptions.options?.length === 0 && (jsxs(ModalContent, { style: {
10731
10731
  display: "flex",
10732
10732
  alignItems: "center",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@daimo/pay",
3
3
  "private": false,
4
- "version": "0.3.12",
4
+ "version": "0.3.13",
5
5
  "author": "Daimo",
6
6
  "homepage": "https://pay.daimo.com",
7
7
  "license": "BSD-2-Clause license",