mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -54,10 +54,12 @@ story.add('Knobs Playground', () => {
|
||||
);
|
||||
});
|
||||
|
||||
([
|
||||
['wide', WidthBreakpoint.Wide],
|
||||
['narrow', WidthBreakpoint.Narrow],
|
||||
] as const).forEach(([name, containerWidthBreakpoint]) => {
|
||||
(
|
||||
[
|
||||
['wide', WidthBreakpoint.Wide],
|
||||
['narrow', WidthBreakpoint.Narrow],
|
||||
] as const
|
||||
).forEach(([name, containerWidthBreakpoint]) => {
|
||||
const defaultPropsForBreakpoint = {
|
||||
...defaultProps,
|
||||
containerWidthBreakpoint,
|
||||
|
||||
Reference in New Issue
Block a user