Skip to content

Commit e273998

Browse files
authored
ddo is always verified (#2002)
1 parent 8688227 commit e273998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/src/DirectDealDetail.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function DirectDealDetail(props) {
128128
</tr>
129129
<tr>
130130
<th>Verified</th>
131-
<td>{deal.IsVerified ? 'Yes' : 'No'}</td>
131+
<td>{'Yes'}</td>
132132
</tr>
133133
<tr>
134134
<th>Keep Unsealed Copy</th>

0 commit comments

Comments
 (0)