aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Profile
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-13 21:36:51 +0300
committereug-vs <eug-vs@keemail.me>2020-08-13 21:36:51 +0300
commit02c346c65f266c1ffc108a27795c4aee9bb7616b (patch)
tree1803ffc3e735859a550f8e4d16a7d0e576f742ec /src/containers/Profile
parent625ae3280bdf83b66a66873344acad4103d30006 (diff)
downloadwhich-ui-02c346c65f266c1ffc108a27795c4aee9bb7616b.tar.gz
fix: resolve eslint errors
Diffstat (limited to 'src/containers/Profile')
-rw-r--r--src/containers/Profile/ProfileInfo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Profile/ProfileInfo.tsx b/src/containers/Profile/ProfileInfo.tsx
index 83555e9..82f640d 100644
--- a/src/containers/Profile/ProfileInfo.tsx
+++ b/src/containers/Profile/ProfileInfo.tsx
@@ -1,4 +1,4 @@
-import React, { useState } from 'react';
+import React from 'react';
import { Badge, Typography } from '@material-ui/core/';
import { makeStyles } from '@material-ui/core/styles';
import { User } from 'which-types';