Skip to content

Commit

Permalink
avniproject/avni-product#1702 | fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Feb 27, 2025
1 parent 79a2cbc commit 9be48f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/reports/SelfServiceReports.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ import Button from "@material-ui/core/Button";
import CircularProgress from "@material-ui/core/CircularProgress";
import MetabaseSVG from "./Metabase_icon.svg";
import OpenInNewIcon from "@material-ui/icons/OpenInNew";
import { debounce } from "lodash";
import _, { debounce } from "lodash";
import UserInfo from "../common/model/UserInfo";
import userInfo from "../common/model/UserInfo";
import { Privilege } from "openchs-models";
import DeleteIcon from "@material-ui/icons/Delete";

const showAnalytics = UserInfo.hasPrivilege(userInfo, Privilege.PrivilegeType.Analytics);

const useStyles = makeStyles({
root: {
maxWidth: 600,
Expand Down

0 comments on commit 9be48f8

Please sign in to comment.