@saasquatch/mint-components 2.0.0-7 → 2.0.0-9

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.
@@ -3229,7 +3229,7 @@ function useDemoPayoutStatusAlert(props) {
3229
3229
  onTermsClick: () => { },
3230
3230
  onClick: () => console.log("show"),
3231
3231
  },
3232
- }, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
3232
+ }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
3233
3233
  }
3234
3234
 
3235
3235
  const GET_USER$1 = index_module.dist.gql `
@@ -744,5 +744,5 @@ function useDemoPayoutStatusAlert(props) {
744
744
  onTermsClick: () => { },
745
745
  onClick: () => console.log("show"),
746
746
  },
747
- }, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
747
+ }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
748
748
  }
@@ -3225,7 +3225,7 @@ function useDemoPayoutStatusAlert(props) {
3225
3225
  onTermsClick: () => { },
3226
3226
  onClick: () => console.log("show"),
3227
3227
  },
3228
- }, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
3228
+ }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
3229
3229
  }
3230
3230
 
3231
3231
  const GET_USER$1 = dist.gql `