@dubsdotapp/expo 0.5.13 → 0.5.14

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.mjs CHANGED
@@ -5556,11 +5556,11 @@ function TeamButton({
5556
5556
  children: [
5557
5557
  showImage ? /* @__PURE__ */ jsx17(Img, { source: { uri: imageUrl }, style: styles14.teamLogo, resizeMode: "contain", onError: () => setImgFailed(true) }) : /* @__PURE__ */ jsx17(View15, { style: [styles14.teamLogo, styles14.teamLogoPlaceholder] }),
5558
5558
  /* @__PURE__ */ jsx17(Text15, { style: [styles14.teamName, { color: t.text }], numberOfLines: 1, children: name }),
5559
- /* @__PURE__ */ jsxs14(Text15, { style: [styles14.teamOdds, { color }], children: [
5559
+ odds !== "\u2014" && /* @__PURE__ */ jsxs14(Text15, { style: [styles14.teamOdds, { color }], children: [
5560
5560
  odds,
5561
5561
  "x"
5562
5562
  ] }),
5563
- /* @__PURE__ */ jsxs14(Text15, { style: [styles14.teamBets, { color: t.textMuted }], children: [
5563
+ bets > 0 && /* @__PURE__ */ jsxs14(Text15, { style: [styles14.teamBets, { color: t.textMuted }], children: [
5564
5564
  bets,
5565
5565
  " ",
5566
5566
  bets === 1 ? "bet" : "bets"