Skip to content

Commit a7ee03e

Browse files
committed
fix: broken link to the Court Policy
1 parent b4c64be commit a7ee03e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/src/pages/Cases/CaseDetails/Overview.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,11 @@ const Overview: React.FC<IOverview> = ({ arbitrable, courtID, currentPeriodIndex
137137
</StyledA>
138138
)}
139139
{courtPolicy && (
140-
<StyledA href={`https://cloudflare-ipfs.com${courtPolicyURI}`} target="_blank" rel="noreferrer">
140+
<StyledA
141+
href={`https://cloudflare-ipfs.com${courtPolicyURI?.court?.policy ?? ""}`}
142+
target="_blank"
143+
rel="noreferrer"
144+
>
141145
<PolicyIcon />
142146
Court Policy
143147
</StyledA>

0 commit comments

Comments
 (0)