style(ui): align wallet and profile interactions
This commit is contained in:
@@ -487,7 +487,9 @@ export function DetailsDialog(props: DetailsDialogProps) {
|
||||
// Channel update records which fields changed (stable field tokens); render
|
||||
// them with their localized labels for admins.
|
||||
const changedFieldTokens =
|
||||
isManage && props.isAdmin && Array.isArray(other?.op?.params?.changed_fields)
|
||||
isManage &&
|
||||
props.isAdmin &&
|
||||
Array.isArray(other?.op?.params?.changed_fields)
|
||||
? (other.op.params.changed_fields as string[])
|
||||
: []
|
||||
const changedFieldsText = changedFieldTokens
|
||||
|
||||
Reference in New Issue
Block a user