+ {approvalDescription} +
+ ) : null} +Ready for requests…
+ )} +Pairing with Khie...
+ +Loading remote peer details…
+ )} +
+ {peer.id}
+
+
+ {transactionHash}
+
+ Loading cells…
+ ) : cells.length === 0 ? ( +{empty}
+ ) : ( + cells.map((cell) => ( +{lockAddress}
+
+
+ {cell.extraCapacity && cell.extraCapacity > ccc.Zero
+ ? `${ccc.fixedPointToString(cellOutput.capacity)} + ${ccc.fixedPointToString(cell.extraCapacity)} CKB`
+ : `${ccc.fixedPointToString(cellOutput.capacity)} CKB`}
+
+
+
+ {address}
+ {value}
+ {value}
+ )}
+ +
{privateKeyMode ? (
<>
@@ -378,12 +385,10 @@ export default function Home() {
be read by browser extensions. This key stays only on this
page and is cleared when you leave or reload.
>
+ ) : displayedModule ? (
+ displayedModule.description
) : (
- <>
- Link required for this module.
-
- Choose one of the link options to continue.
- >
+ "Choose one of the link options to continue."
)}