Tiny bugfix in admin panel

This commit is contained in:
frikky
2023-01-16 00:38:51 +01:00
parent 77d86f0eba
commit b90a489d74
+2 -2
View File
@@ -73,7 +73,7 @@ import {
import { useAlert } from "react-alert";
import Dropzone from "../components/Dropzone";
import HandlePayment from "./HandlePayment";
import HandlePaymentNew from "./HandlePaymentNew";
import OrgHeader from "../components/OrgHeader.jsx";
import { display, style } from "@mui/system";
@@ -3244,7 +3244,7 @@ const Admin = (props) => {
)}
<div style={{ backgroundColor: "#1f2023", paddingTop: 25 }}>
<HandlePayment
<HandlePaymentNew
theme={theme}
stripeKey={props.stripeKey}
userdata={userdata}