Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
feat: updates latest deployment site logic for domain
Browse files Browse the repository at this point in the history
  • Loading branch information
rekpero committed Jan 21, 2022
1 parent 7e965e5 commit 2854b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const DomainItem: React.FC<IDeploymentItemProps> = ({
name: editDomainName !== domain ? editDomainName : undefined,
link:
deployedSite === "latest"
? (sortedDeployments || [{ sitePreview: "" }])[0].sitePreview || ""
? (sortedDeployments || [{ sitePreview: undefined }])[0]?.sitePreview
: deployedSite !== link
? deployedSite
: undefined,
Expand Down

0 comments on commit 2854b6f

Please sign in to comment.