Reformat JS with Prettier 3.5.3

Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com>
This commit is contained in:
ivk 2025-07-07 11:51:45 +02:00
parent 28b0f9a436
commit c451cf6a3c
283 changed files with 1096 additions and 753 deletions

View file

@ -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,