Skip to content

Commit

Permalink
Merge pull request #4 from lionick/minor_fix
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
lionick authored Sep 28, 2023
2 parents e649e0a + 6131fcd commit 0345b5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions javascript/src/Pages/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ const Dashboard = () => {
const [uniqueLogins, setUniqueLogins] = useState(false);
const [tenenvId, setTenenvId] = useState(0);
const [cookies, setCookie] = useCookies();

const tenant = cookies['x-tenant']
const environment = cookies['x-environment']


const tenenv = useQuery(
[tenenvKey, {tenantId: tenant, environment: environment}],
getTenenv, {
Expand Down

0 comments on commit 0345b5f

Please sign in to comment.