react-code-dataset / wp-calypso /client /a8c-for-agencies /sections /purchases /payment-methods /lib /is-client-view.ts
| export const isClientView = (): boolean => { | |
| return window.location.pathname.startsWith( '/client/' ); | |
| }; | |
| export const isClientView = (): boolean => { | |
| return window.location.pathname.startsWith( '/client/' ); | |
| }; | |