Formatting
This commit is contained in:
@@ -51,7 +51,7 @@ export function buildHistoryDisplayRows(
|
||||
type: "history_output",
|
||||
label: output.outpoint
|
||||
? `${output.outpoint.txid}:${output.outpoint.index}`
|
||||
: output.outputIdentifier ?? "Output",
|
||||
: (output.outputIdentifier ?? "Output"),
|
||||
description: `${item.template} | ${roles} | ${output.description}`,
|
||||
timestamp: item.createdAtTimestamp,
|
||||
isNested: false,
|
||||
@@ -96,7 +96,7 @@ export function buildHistoryDisplayRows(
|
||||
type: "history_output",
|
||||
label: output.outpoint
|
||||
? `${output.outpoint.txid}:${output.outpoint.index}`
|
||||
: output.outputIdentifier ?? "Output",
|
||||
: (output.outputIdentifier ?? "Output"),
|
||||
description: output.description,
|
||||
isNested: true,
|
||||
valueSatoshis: output.valueSatoshis,
|
||||
|
||||
Reference in New Issue
Block a user