Skip to content

Commit

Permalink
pull from console
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Oct 18, 2024
1 parent 3de3cad commit e148c29
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Link, useHistory, useLocation } from "react-router-dom";
import { useTranslation } from "react-i18next";
import { ActionBar, SubmitBar, Button,ArrowLeft, ArrowForward } from "@egovernments/digit-ui-react-components";
import { PanelCard } from "@egovernments/digit-ui-components";
// console.log(state," ssssssssssssssssssssssssss")
const Response = () => {

const { t } = useTranslation();
Expand All @@ -14,7 +13,6 @@ const Response = () => {
queryStrings?.isSuccess === "true" ? true : queryStrings?.isSuccess === "false" ? false : true
);
const { state } = useLocation();
console.log(state, " ssssssssssssssssssssssssss")

const isMobile = window.Digit.Utils.browser.isMobile();

Expand Down

0 comments on commit e148c29

Please sign in to comment.