mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 16:03:43 +00:00
Reformat JS with Prettier 3.5.3
Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com>
This commit is contained in:
parent
28b0f9a436
commit
c451cf6a3c
283 changed files with 1096 additions and 753 deletions
|
@ -47,10 +47,10 @@ export class RowButton implements Component<RowButtonAttrs> {
|
|||
class: "mr-button",
|
||||
style: { fill: color },
|
||||
size: IconSize.Medium,
|
||||
})
|
||||
})
|
||||
: attrs.icon === "none"
|
||||
? m(".icon-large.mr-button")
|
||||
: null,
|
||||
? m(".icon-large.mr-button")
|
||||
: null,
|
||||
class: "flex items-center state-bg button-content plr-button " + attrs.class,
|
||||
style: {
|
||||
...attrs.style,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue