mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
chore: upgrade oxlint 1.55.0, oxfmt 0.40.0, eslint-plugin-oxlint 1.55.0
- oxlint: ^1.49.0 -> ^1.55.0 - oxfmt: ^0.34.0 -> ^0.40.0 - oxlint-tsgolint: ^0.14.2 -> ^0.17.0 - eslint-plugin-oxlint: 1.25.0 -> 1.55.0 - Fix pre-existing no-unused-expressions errors Amp-Thread-ID: https://ampcode.com/threads/T-019cf322-3d05-722e-982b-0be5f91952ab Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -470,7 +470,8 @@ function handleSubscribeWorkspace() {
|
||||
}
|
||||
|
||||
function handleUpgrade() {
|
||||
isFreeTierPlan.value ? showPricingTable() : showSubscriptionDialog()
|
||||
if (isFreeTierPlan.value) showPricingTable()
|
||||
else showSubscriptionDialog()
|
||||
}
|
||||
|
||||
function handleUpgradeToAddCredits() {
|
||||
|
||||
Reference in New Issue
Block a user