We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5741c7f commit 3f66a7aCopy full SHA for 3f66a7a
apps/explorer/src/components/orders/DetailsTable/BaseDetailsTable.tsx
@@ -155,10 +155,8 @@ export function BaseDetailsTable({
155
</tr>
156
{(!partiallyFillable || txHash) && areTradesLoading ? (
157
<Spinner />
158
- ) : txHash ? (
159
- <TxHashItem chainId={chainId} txHash={txHash} onCopy={onCopy} isLoading={areTradesLoading} />
160
) : (
161
- '-'
+ <TxHashItem chainId={chainId} txHash={txHash} onCopy={onCopy} isLoading={areTradesLoading} />
162
)}
163
<tr>
164
<td>
0 commit comments