@stellar-expert/ui-framework 1.15.2 → 1.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -220,7 +220,7 @@ export function EffectDescription({effect, operation}) {
|
|
|
220
220
|
case 'contractUpdated':
|
|
221
221
|
case 'contractRestored':
|
|
222
222
|
return <>Contract <AccountAddress account={effect.contract}/> {getEffectAction(effect, 'contract')}
|
|
223
|
-
<ContractDetails effect={effect}/><ConstructorDetails/></>
|
|
223
|
+
<ContractDetails effect={effect}/><ConstructorDetails effect={effect}/></>
|
|
224
224
|
case 'contractInvoked':
|
|
225
225
|
return <>{effect.depth > 0 &&
|
|
226
226
|
<i className="icon-level-down text-tiny color-primary" style={{paddingLeft: (effect.depth - 1) + 'em'}}/>}
|