Skip to content

Commit

Permalink
Merge pull request #1330 from sriranjan-s/Dev-2.0
Browse files Browse the repository at this point in the history
Update CommonRedirect.js
  • Loading branch information
sriranjan-s authored Sep 4, 2024
2 parents 827ebcd + 86df5ce commit 968ef37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useState } from "react";

const CommonRedirect = () => {
const [receipt, setReceipt] = useState("");
const tenantId = Digit.ULBService.getCurrentTenantId();
const tenantId = Digit.ULBService.getStateId();

useEffect(() => {
const fetchReceipt = async () => {
Expand Down

0 comments on commit 968ef37

Please sign in to comment.