authscape 1.0.34 → 1.0.36

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.
@@ -64,7 +64,6 @@ export default function PaymentModal({title, description, amount, priceId, setIs
64
64
 
65
65
  const PaymentMethod = ({id, last4, clicked}) => {
66
66
  return (
67
- <>
68
67
  <Box fullWidth={true} sx={{height: 160, width:"100%", marginTop:2, backgroundColor:"#2196F3", position:"relative", border: "1px solid #2196F3", borderRadius: 1, display:"flex", flexDirection:"column", justifyContent:"center", textAlign:"center", cursor:"pointer"}}
69
68
  onClick={() => {
70
69
  clicked(id);
@@ -100,7 +99,6 @@ export default function PaymentModal({title, description, amount, priceId, setIs
100
99
  </Grid>
101
100
  </Grid>
102
101
  </Box>
103
- </>
104
102
  );
105
103
  };
106
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "index.js",