mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-24 15:09:49 +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',
|
isSkipped && 'actionListItemNameSkipped',
|
||||||
])}
|
])}
|
||||||
>
|
>
|
||||||
{actionType}
|
{
|
||||||
|
typeof actionType === 'function'
|
||||||
|
? actionType.name
|
||||||
|
: actionType
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
{hideActionButtons ? (
|
{hideActionButtons ? (
|
||||||
<RightSlider styling={styling} shown>
|
<RightSlider styling={styling} shown>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user