@empoweredvote/ev-ui 0.6.3 → 0.6.4
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2390,7 +2390,7 @@ function CompassCardHorizontal({
|
|
|
2390
2390
|
textTransform: "uppercase",
|
|
2391
2391
|
padding: "6px 0",
|
|
2392
2392
|
pointerEvents: "none"
|
|
2393
|
-
} }, "Running Unopposed")),
|
|
2393
|
+
} }, typeof politician.running_unopposed === "string" ? politician.running_unopposed : "Running Unopposed")),
|
|
2394
2394
|
/* @__PURE__ */ React10.createElement("div", { style: { flex: 1, minWidth: 0, padding: spacing[4], paddingLeft: spacing[3] } }, /* @__PURE__ */ React10.createElement(
|
|
2395
2395
|
CompassCardHorizontalMeta,
|
|
2396
2396
|
{
|
|
@@ -2740,7 +2740,7 @@ function CompassCardVertical({
|
|
|
2740
2740
|
textTransform: "uppercase",
|
|
2741
2741
|
padding: "6px 0",
|
|
2742
2742
|
borderRadius: borderRadius.sm
|
|
2743
|
-
} }, "Running Unopposed"),
|
|
2743
|
+
} }, typeof politician.running_unopposed === "string" ? politician.running_unopposed : "Running Unopposed"),
|
|
2744
2744
|
/* @__PURE__ */ React11.createElement("div", { style: {
|
|
2745
2745
|
flex: 1,
|
|
2746
2746
|
padding: spacing[4],
|