Skip to content

Commit 3252a4f

Browse files
committed
chore: open the court description in the same tab
1 parent 5d348d6 commit 3252a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const Overview: React.FC<IOverview> = ({ arbitrable, courtID, currentPeriodIndex
138138
</StyledA>
139139
)}
140140
{courtPolicy && (
141-
<StyledA href={`#/courts/${court?.id}/purpose?section=description`} target="_blank" rel="noreferrer">
141+
<StyledA href={`#/courts/${court?.id}/purpose?section=description`}>
142142
<PolicyIcon />
143143
Court Policy
144144
</StyledA>

0 commit comments

Comments
 (0)