Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/**
* Internal dependencies
*/
import { STORE_KEY as ONBOARD_STORE } from '../../stores/onboard';
import { Verticals } from '@automattic/data-stores';
import { SiteVertical } from '../../stores/onboard/types';
import { StepProps } from '../stepper-wizard';
import Question from '../question';
import { __TodoAny__ } from '../../../../types';
/**
* Style dependencies
*/
import './style.scss';
const VERTICALS_STORE = Verticals.register();
const VerticalSelect: FunctionComponent< StepProps > = ( {
onSelect,
inputClass,
isActive,
onExpand,
} ) => {
const popular = [
NO__( 'Travel Agency' ),
NO__( 'Digital Marketing' ),
NO__( 'Cameras & Photography' ),
NO__( 'Website Designer' ),
NO__( 'Restaurant' ),
NO__( 'Fashion Designer' ),
NO__( 'Real Estate Agent' ),
];