mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[deps] Autofill: Update prettier to v3.3.3 (#10228)
* [deps] Autofill: Update prettier to v3.3.3 * prettier formatting changes * fix SyntaxError for literal @ inline html --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
This commit is contained in:
@@ -259,7 +259,7 @@
|
||||
aria-hidden="true"
|
||||
[ngClass]="{
|
||||
'bwi-angle-right': !showOpenIdCustomizations,
|
||||
'bwi-angle-down': showOpenIdCustomizations
|
||||
'bwi-angle-down': showOpenIdCustomizations,
|
||||
}"
|
||||
></i>
|
||||
</button>
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
class="tw-text-muted tw-grid tw-grid-flow-col tw-gap-1 tw-grid-cols-1"
|
||||
[ngClass]="{
|
||||
'tw-grid-rows-1': additionalSeatsPurchased <= 0,
|
||||
'tw-grid-rows-2': additionalSeatsPurchased > 0
|
||||
'tw-grid-rows-2': additionalSeatsPurchased > 0,
|
||||
}"
|
||||
>
|
||||
<span class="tw-col-span-1"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
class="tw-grid tw-grid-flow-col tw-gap-1 tw-grid-cols-1"
|
||||
[ngClass]="{
|
||||
'tw-grid-rows-1': additionalSeatsPurchased === 0,
|
||||
'tw-grid-rows-2': purchasingSeats || sellingSeats
|
||||
'tw-grid-rows-2': purchasingSeats || sellingSeats,
|
||||
}"
|
||||
>
|
||||
<span class="tw-col-span-1">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{{ getFormattedPlanName(i.planName) }} {{ "orgSeats" | i18n }} ({{
|
||||
i.cadence.toLowerCase()
|
||||
}}) {{ "×" }}{{ getFormattedSeatCount(i.seatMinimum, i.purchasedSeats) }}
|
||||
@
|
||||
@
|
||||
{{
|
||||
getFormattedCost(
|
||||
i.cost,
|
||||
|
||||
Reference in New Issue
Block a user