@realtek/core-theme 0.0.217 → 0.0.218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-lib/index.js CHANGED
@@ -2473,7 +2473,7 @@ function pc() {
2473
2473
  }
2474
2474
  function mc(e = "") {
2475
2475
  let t = String(e ?? "").trim();
2476
- return t === "myJobs" || t === "allJobs" ? t : "";
2476
+ return t === "myJobs" || t === "allJobs" || t === "fulfilled" ? t : "";
2477
2477
  }
2478
2478
  function hc(e) {
2479
2479
  let t = String(we(e) ?? "").trim().toLowerCase();