We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2384d4c commit 7beeea0Copy full SHA for 7beeea0
src/Playground.res
@@ -1725,6 +1725,7 @@ let make = (~versions: array<string>) => {
1725
}
1726
1727
<div className="inline-flex items-center gap-2">
1728
+ {"Problems"->React.string}
1729
{if problemCounts["errors"] > 0 {
1730
<span className="inline-block min-w-4 text-fire bg-fire-100 px-0.5">
1731
{problemCounts["errors"]->React.int}
@@ -1739,7 +1740,6 @@ let make = (~versions: array<string>) => {
1739
1740
} else {
1741
React.null
1742
}}
- {"Problems"->React.string}
1743
</div>
1744
1745
0 commit comments