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,11 +155,13 @@ export class TestTab<S, A extends Action<unknown>> extends Component<
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{!persistedState.hideTip && assertion && rest.startActionId === null && (
|
{!persistedState.hideTip &&
|
||||||
<Notification onClose={this.handleCloseTip}>
|
assertion &&
|
||||||
Hold <b>SHIFT</b> key to select more actions.
|
rest.startActionId === null && (
|
||||||
</Notification>
|
<Notification onClose={this.handleCloseTip}>
|
||||||
)}
|
Hold <b>SHIFT</b> key to select more actions.
|
||||||
|
</Notification>
|
||||||
|
)}
|
||||||
{dialogStatus && (
|
{dialogStatus && (
|
||||||
<Dialog<Template>
|
<Dialog<Template>
|
||||||
open
|
open
|
||||||
|
|
Loading…
Reference in New Issue
Block a user