mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
revert formatting changes
This commit is contained in:
parent
54f334e437
commit
3215645029
|
@ -38,10 +38,10 @@ const defaultItemString = (
|
||||||
itemType: React.ReactNode,
|
itemType: React.ReactNode,
|
||||||
itemString: string
|
itemString: string
|
||||||
) => (
|
) => (
|
||||||
<span>
|
<span>
|
||||||
{itemType} {itemString}
|
{itemType} {itemString}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
const defaultLabelRenderer = ([label]: (string | number)[]) => (
|
const defaultLabelRenderer = ([label]: (string | number)[]) => (
|
||||||
<span>{label}:</span>
|
<span>{label}:</span>
|
||||||
);
|
);
|
||||||
|
@ -77,7 +77,7 @@ function checkLegacyTheming(theme: Theme | undefined, props: Props) {
|
||||||
|
|
||||||
(theme as StylingConfig)[
|
(theme as StylingConfig)[
|
||||||
deprecatedStylingMethodsMap[
|
deprecatedStylingMethodsMap[
|
||||||
name as keyof typeof deprecatedStylingMethodsMap
|
name as keyof typeof deprecatedStylingMethodsMap
|
||||||
]
|
]
|
||||||
] = ({ style }, ...args) => ({
|
] = ({ style }, ...args) => ({
|
||||||
style: {
|
style: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user