mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -77,10 +77,8 @@ export const CallingLobbyJoinButton: FunctionComponent<{
|
||||
if (!button) {
|
||||
return;
|
||||
}
|
||||
const {
|
||||
width: variantWidth,
|
||||
height: variantHeight,
|
||||
} = button.getBoundingClientRect();
|
||||
const { width: variantWidth, height: variantHeight } =
|
||||
button.getBoundingClientRect();
|
||||
|
||||
// We could set the padding in CSS, but we don't do that in case some other
|
||||
// styling causes a re-render of the button but not of the component. This
|
||||
|
||||
Reference in New Issue
Block a user