diff --git a/effect/effect-description.js b/effect/effect-description.js index 6b20901..651dd51 100644 --- a/effect/effect-description.js +++ b/effect/effect-description.js @@ -25,10 +25,10 @@ export function EffectDescription({effect, operation}) { case 'accountRemoved': return <>Account removed case 'accountCredited': - return <> credited to + return <> credited to  {effect.source.startsWith('C') ? 'contract' : 'account'} case 'accountDebited': - return <> debited from + return <> debited from  {effect.source.startsWith('C') ? 'contract' : 'account'} case 'accountThresholdsUpdated': return <>Account set thresholds to {effect.thresholds.join('/')}