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