lablup / backend.ai-webui

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
110 stars 73 forks source link

fix: use `||` operator instead of unreachable `??` #2845

Closed agatha197 closed 5 days ago

agatha197 commented 2 weeks ago

Fix Right operand of ?? is unreachable because the left operand is never nullish. error by using || operator.

Checklist: (if applicable)

graphite-app[bot] commented 2 weeks ago

Your org requires the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

agatha197 commented 2 weeks ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

github-actions[bot] commented 2 weeks ago

Coverage report for ./react

St.:grey_question:
Category Percentage Covered / Total
🔴 Statements 5.29% 395/7462
🔴 Branches
4.59% (-0% 🔻)
237/5166
🔴 Functions 3.16% 78/2466
🔴 Lines 5.21% 380/7295

Test suite run success

124 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from ae54e8a0bd59e9756ce6165acd892bf8f76ca234

graphite-app[bot] commented 5 days ago

Merge activity