Skip to content

Commit 60f1d0a

Browse files
committed
fixed ci issues
1 parent 87ba53e commit 60f1d0a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

dex_with_fiat_frontend/src/components/ReceiptDrawer.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,6 @@ export default function ReceiptDrawer({
267267
{tx.reference}
268268
<CopyButton value={tx.reference} iconClassName="w-3 h-3" />
269269
</span>
270-
<span className="text-gray-500">
271-
{t('receipt.hash')}
272-
</span>
273-
<a
274-
href={`https://stellar.expert/explorer/testnet/tx/${tx.txHash}`}
275-
target="_blank"
276-
rel="noopener noreferrer"
277-
className="flex items-center gap-1 text-blue-500 hover:underline font-mono text-[10px]"
278-
>
279-
{tx.txHash.substring(0, 8)}...
280-
<ExternalLink className="w-3 h-3" />
281-
</a>
282270
</div>
283271
)}
284272
<div className="flex justify-between text-[10px] text-gray-500 pt-2 border-t dark:border-gray-700">

0 commit comments

Comments
 (0)