more
This commit is contained in:
@@ -17,7 +17,7 @@ const AccountPage = () => {
|
||||
const appUserId = group ? group.appUserId : null;
|
||||
const [showModal, setShowModal] = useState(false);
|
||||
const subscriptionPlan = group?.subscriptionPlan[0].label;
|
||||
console.log("subscriptionPlan", subscriptionPlan);
|
||||
|
||||
const apiUrl =
|
||||
process.env.NODE_ENV === "development"
|
||||
? process.env.REACT_APP_API_DEV
|
||||
|
||||
@@ -371,7 +371,6 @@ const DocEditPage = () => {
|
||||
method: "GET",
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
setIsBusy(false);
|
||||
})
|
||||
.catch((err) => {
|
||||
@@ -589,8 +588,7 @@ const DocEditPage = () => {
|
||||
fetchedCase?.clientPosition == "Defendant"
|
||||
? fetchedCase?.defendantParties
|
||||
: fetchedCase?.plaintiffParties;
|
||||
console.log("parsedRogs", parsedRogs);
|
||||
console.log("responses", responses);
|
||||
|
||||
const editingContent = () => {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user