mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
f3d055af86
[web] Query display price data for change plan UI in React subscription dash GitOrigin-RevId: e05779d1f289ee55a1b8be17b182905fca66e44f
3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
export function isRecurlyLoaded() {
|
|
return typeof recurly !== 'undefined'
|
|
}
|