UNPKG

@gcpaas/data-room-ui

Version:
8 lines (7 loc) 127 B
export function getPageType (type) { if (type === 'catalog') { return 'category' } else { return type } }