pcm-shared-components 0.0.226 → 0.0.227
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.
|
@@ -230,7 +230,7 @@ export const PlatformPaymentPlans = props => {
|
|
|
230
230
|
})))));
|
|
231
231
|
};
|
|
232
232
|
|
|
233
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, "This is a
|
|
233
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, "This is a user:", i18next.t('common.app.user')), /*#__PURE__*/React.createElement("div", null, "This is a search:", i18next.t('common.app.search')), /*#__PURE__*/React.createElement("div", null, "This is a yes:", i18next.t('common.app.yes')), /*#__PURE__*/React.createElement("div", null, "This is a per reservation:", i18next.t('common.app.per_reservation'))) // <ThemeProvider theme={defaultTheme} >
|
|
234
234
|
// <div className='flex flex-col w-full h-full'>
|
|
235
235
|
// {hasMonthlyAndYearlyBillingPeriod && (
|
|
236
236
|
// <div className='flex flex-col m-auto' >
|