mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Merge 62957d2472
into 639bfffa3e
This commit is contained in:
commit
d840e41666
|
@ -76,7 +76,11 @@ export default class ActionListRow extends Component {
|
|||
isSkipped && 'actionListItemNameSkipped',
|
||||
])}
|
||||
>
|
||||
{actionType}
|
||||
{
|
||||
typeof actionType === 'function'
|
||||
? actionType.name
|
||||
: actionType
|
||||
}
|
||||
</div>
|
||||
{hideActionButtons ? (
|
||||
<RightSlider styling={styling} shown>
|
||||
|
|
Loading…
Reference in New Issue
Block a user