mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
prettier write
This commit is contained in:
parent
4ceae08fc5
commit
afd5bc53a0
|
@ -216,8 +216,8 @@ class ActionPreview<S, A extends Action<string>> extends Component<
|
|||
])
|
||||
}
|
||||
>
|
||||
{'(pin)'}
|
||||
</span>
|
||||
{'(pin)'}
|
||||
</span>
|
||||
<span
|
||||
css={(theme) => ({
|
||||
fontSize: '0.7em',
|
||||
|
@ -228,15 +228,15 @@ class ActionPreview<S, A extends Action<string>> extends Component<
|
|||
},
|
||||
color: theme.PIN_COLOR,
|
||||
})}
|
||||
onClick={event => {
|
||||
onClick={(event) => {
|
||||
event.stopPropagation();
|
||||
this.copyToClipboard();
|
||||
}}
|
||||
>
|
||||
{'(copy)'}
|
||||
</span>
|
||||
{'(copy)'}
|
||||
</span>
|
||||
{!expanded && ': '}
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user