This commit is contained in:
Kevin Ghadyani 2020-08-29 21:49:56 +05:30 committed by GitHub
commit d840e41666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,11 @@ export default class ActionListRow extends Component {
isSkipped && 'actionListItemNameSkipped', isSkipped && 'actionListItemNameSkipped',
])} ])}
> >
{actionType} {
typeof actionType === 'function'
? actionType.name
: actionType
}
</div> </div>
{hideActionButtons ? ( {hideActionButtons ? (
<RightSlider styling={styling} shown> <RightSlider styling={styling} shown>