mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Format
This commit is contained in:
parent
80da55b10a
commit
e5364431ef
|
@ -155,7 +155,9 @@ export class TestTab<S, A extends Action<unknown>> extends Component<
|
|||
{...rest}
|
||||
/>
|
||||
)}
|
||||
{!persistedState.hideTip && assertion && rest.startActionId === null && (
|
||||
{!persistedState.hideTip &&
|
||||
assertion &&
|
||||
rest.startActionId === null && (
|
||||
<Notification onClose={this.handleCloseTip}>
|
||||
Hold <b>SHIFT</b> key to select more actions.
|
||||
</Notification>
|
||||
|
|
Loading…
Reference in New Issue
Block a user