@saasquatch/mint-components 2.0.4-10 → 2.0.4-11

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.
@@ -3383,7 +3383,7 @@ function useDemoPayoutStatusAlert(props) {
3383
3383
  states: {
3384
3384
  error: false,
3385
3385
  status: props.demoData.states.status,
3386
- loading: true,
3386
+ loading: false,
3387
3387
  veriffLoading: false,
3388
3388
  },
3389
3389
  data: { type: "SquatchAdmin" },
@@ -399,7 +399,7 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
399
399
  states: {
400
400
  hasPrev: false,
401
401
  hasNext: false,
402
- loading: false,
402
+ loading: true,
403
403
  show: "rows",
404
404
  },
405
405
  callbacks: {
@@ -335,7 +335,7 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
335
335
  states: {
336
336
  hasPrev: false,
337
337
  hasNext: false,
338
- loading: false,
338
+ loading: true,
339
339
  show: "rows",
340
340
  },
341
341
  callbacks: {
@@ -1062,7 +1062,7 @@ function useDemoPayoutStatusAlert(props) {
1062
1062
  states: {
1063
1063
  error: false,
1064
1064
  status: props.demoData.states.status,
1065
- loading: true,
1065
+ loading: false,
1066
1066
  veriffLoading: false,
1067
1067
  },
1068
1068
  data: { type: "SquatchAdmin" },
@@ -3379,7 +3379,7 @@ function useDemoPayoutStatusAlert(props) {
3379
3379
  states: {
3380
3380
  error: false,
3381
3381
  status: props.demoData.states.status,
3382
- loading: true,
3382
+ loading: false,
3383
3383
  veriffLoading: false,
3384
3384
  },
3385
3385
  data: { type: "SquatchAdmin" },
@@ -395,7 +395,7 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
395
395
  states: {
396
396
  hasPrev: false,
397
397
  hasNext: false,
398
- loading: false,
398
+ loading: true,
399
399
  show: "rows",
400
400
  },
401
401
  callbacks: {