Skip to content

Commit

Permalink
Merge pull request #20 from AI4Bharat/react-django
Browse files Browse the repository at this point in the history
Fixed Area Timeline Empty Linnk Error
  • Loading branch information
Shanks0465 authored Sep 3, 2024
2 parents 30442ab + 782b445 commit 8278bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/AreaTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const Card = ({
href={
type === "Model"
? `${imagePrefix}/areas/model/${area}/${title}`
: website_link
: website_link || `${imagePrefix}`
}
fontSize="1xl"
lineHeight={1.2}
Expand Down

0 comments on commit 8278bbe

Please sign in to comment.