Merge branch 'lint-fix' into 'develop'

Lint fix

See merge request soapbox-pub/soapbox-fe!1541
This commit is contained in:
Justin 2022-06-17 12:15:56 +00:00
commit 7890ad610d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import { Map as ImmutableMap } from 'immutable';
// import { Map as ImmutableMap } from 'immutable';
import React from 'react';
import { render, screen } from '../../../../jest/test-helpers';
import { normalizeAccount, normalizeInstance, normalizeRelationship } from '../../../../normalizers';
import { normalizeAccount, normalizeRelationship } from '../../../../normalizers';
import SubscribeButton from '../subscription-button';
let account = {