From d99e5d543cbc23091398e0e8dd9208d7582fef4f Mon Sep 17 00:00:00 2001 From: Mary Kate Date: Tue, 28 Jul 2020 21:46:27 -0500 Subject: [PATCH] fix linter --- .../features/profile_hover_card/profile_hover_card_container.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/features/profile_hover_card/profile_hover_card_container.js b/app/soapbox/features/profile_hover_card/profile_hover_card_container.js index 7d1d47aaa..a7a33d17e 100644 --- a/app/soapbox/features/profile_hover_card/profile_hover_card_container.js +++ b/app/soapbox/features/profile_hover_card/profile_hover_card_container.js @@ -10,7 +10,6 @@ import ActionButton from '../ui/components/action_button'; import { isAdmin, isModerator } from 'soapbox/utils/accounts'; import Badge from 'soapbox/components/badge'; import classNames from 'classnames'; -import { isMobile } from 'soapbox/is_mobile'; const getAccount = makeGetAccount();