@rileybathurst/paddle 1.9.38 → 1.9.40

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "1.9.38",
4
+ "version": "1.9.40",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "tsc --noEmit && stay-gold && vite",
@@ -96,7 +96,7 @@ const CompareDetails = ({
96
96
  <h4 className="capitalize">{sport}</h4>
97
97
 
98
98
  <p>
99
- {time.value}
99
+ {time.entry}
100
100
  </p>
101
101
 
102
102
  <p className="capitalize">
@@ -48,7 +48,8 @@ console.log("sunset");
48
48
 
49
49
  const hairSpace = String.fromCharCode(0x200A);
50
50
 
51
- if (timeframe) {
51
+ // * compare gives a not set value
52
+ if (timeframe && timeframe !== "not set") {
52
53
  // TODO: testing
53
54
  console.log("timeframe");
54
55