Skip to content

Commit

Permalink
Merge pull request #1131 from AI4Bharat/analytic-org-ui
Browse files Browse the repository at this point in the history
Analytic org UI
  • Loading branch information
ishvindersethi22 authored Dec 23, 2024
2 parents 603275b + 993a9d8 commit 39633e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ ProjectDetails,
}
/>
</MenuItem>
{ProjectDetails.title.toLowerCase().includes("yt_transcription")&&<MenuItem>
{ProjectDetails?.title?.toLowerCase()?.includes("yt_transcription")&&<MenuItem>
<FormControlLabel
label="Double Hash"
control={<Checkbox checked={hash} onChange={() => {
Expand Down Expand Up @@ -311,7 +311,7 @@ ProjectDetails,
className={classes.rightPanelDivider}
style={{ border: "1px solid grey", height: "auto", margin: "0 5px" }}
/>
{ProjectDetails.title.toLowerCase().includes("yt_transcription") && hash && (
{ProjectDetails?.title?.toLowerCase()?.includes("yt_transcription") && hash && (

<Tooltip title="Double Hash" placement="bottom">
<IconButton
Expand Down

0 comments on commit 39633e5

Please sign in to comment.