Skip to content

Commit afd5bc5

Browse files
committed
prettier write
1 parent 4ceae08 commit afd5bc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/redux-devtools-inspector-monitor/src/ActionPreview.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ class ActionPreview<S, A extends Action<string>> extends Component<
216216
])
217217
}
218218
>
219-
{'(pin)'}
220-
</span>
219+
{'(pin)'}
220+
</span>
221221
<span
222222
css={(theme) => ({
223223
fontSize: '0.7em',
@@ -228,15 +228,15 @@ class ActionPreview<S, A extends Action<string>> extends Component<
228228
},
229229
color: theme.PIN_COLOR,
230230
})}
231-
onClick={event => {
231+
onClick={(event) => {
232232
event.stopPropagation();
233233
this.copyToClipboard();
234234
}}
235235
>
236-
{'(copy)'}
237-
</span>
236+
{'(copy)'}
237+
</span>
238238
{!expanded && ': '}
239-
</span>
239+
</span>
240240
);
241241
};
242242
}

0 commit comments

Comments
 (0)