diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-13 21:36:51 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-13 21:36:51 +0300 |
commit | 02c346c65f266c1ffc108a27795c4aee9bb7616b (patch) | |
tree | 1803ffc3e735859a550f8e4d16a7d0e576f742ec /src/containers/Profile | |
parent | 625ae3280bdf83b66a66873344acad4103d30006 (diff) | |
download | which-ui-02c346c65f266c1ffc108a27795c4aee9bb7616b.tar.gz |
fix: resolve eslint errors
Diffstat (limited to 'src/containers/Profile')
-rw-r--r-- | src/containers/Profile/ProfileInfo.tsx | 2 |
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'; |