From 5427943177778681f2e9d8b39a59226dc7ef7c68 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Thu, 2 Sep 2021 15:32:50 +0530 Subject: [PATCH] Fixed lint --- ghost/portal/src/components/pages/SignupPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index 24ba904daf..3221447d1e 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -7,7 +7,6 @@ import InputForm from '../common/InputForm'; import {ValidateInputForm} from '../../utils/form'; import {getSiteProducts, getSitePrices, hasMultipleProducts, hasOnlyFreePlan, isInviteOnlySite, getAvailableProducts, hasMultipleProductsFeature} from '../../utils/helpers'; import {ReactComponent as InvitationIcon} from '../../images/icons/invitation.svg'; -import {hasMode} from '../../utils/check-mode'; const React = require('react');