mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix function name
This commit is contained in:
parent
90dd6ee6bc
commit
eb4f461522
|
@ -62,7 +62,7 @@ interface Props<A extends Action<unknown>> {
|
||||||
lastActionId: number;
|
lastActionId: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function ActionListFunction<A extends Action<unknown>>({
|
export default function ActionList<A extends Action<unknown>>({
|
||||||
styling,
|
styling,
|
||||||
actions,
|
actions,
|
||||||
actionIds,
|
actionIds,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user