Skip to content

Commit 024e317

Browse files
committed
Add jumpToState to props to make it clear that it is injected
1 parent ad55e25 commit 024e317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react/LogMonitor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default class LogMonitor {
1212
rollback: PropTypes.func.isRequired,
1313
sweep: PropTypes.func.isRequired,
1414
toggleAction: PropTypes.func.isRequired,
15+
jumpToState: PropTypes.func.isRequired,
1516
select: PropTypes.func.isRequired
1617
};
1718

0 commit comments

Comments
 (0)