From c7f196b57998eab35358ce719b7364850dd68bce Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Wed, 18 Jul 2018 14:30:44 -0700 Subject: Fix lint errors --- packages/website/ts/pages/jobs/benefits.tsx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'packages/website/ts/pages/jobs/benefits.tsx') diff --git a/packages/website/ts/pages/jobs/benefits.tsx b/packages/website/ts/pages/jobs/benefits.tsx index 4ccc5a909..87412ed22 100644 --- a/packages/website/ts/pages/jobs/benefits.tsx +++ b/packages/website/ts/pages/jobs/benefits.tsx @@ -3,13 +3,11 @@ import * as React from 'react'; import { Circle } from 'ts/components/ui/circle'; import { Container } from 'ts/components/ui/container'; -import { FilledImage } from 'ts/components/ui/filled_image'; import { Image } from 'ts/components/ui/image'; import { Text } from 'ts/components/ui/text'; import { colors } from 'ts/style/colors'; import { ScreenWidths } from 'ts/types'; import { constants } from 'ts/utils/constants'; -import { utils } from 'ts/utils/utils'; const BENEFITS = [ 'Comprehensive insurance. Medical, dental, and vision coverage for you and your family.', @@ -100,9 +98,6 @@ const BenefitItem: React.StatelessComponent = ({ description } ); -const openMissionAndValuesBlogPost = () => { - utils.openUrl(constants.URL_MISSION_AND_VALUES_BLOG_POST); -}; const ValuesList = () => { return ( -- cgit v1.2.3