Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: incorrect Tooltip import in avatar component (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bighuggies authored and priscilawebdev committed Oct 6, 2019
1 parent d2f1f1c commit 43a9628
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 505 deletions.
2 changes: 1 addition & 1 deletion src/components/AvatarTooltip/AvatarTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { FC } from 'react';
import Avatar from '@material-ui/core/Avatar';
import { isEmail } from '../../utils/url';

import Tooltip from '../../muiComponents/TextField';
import Tooltip from '../../muiComponents/Tooltip';

export interface AvatarDeveloper {
name: string;
Expand Down
Loading

0 comments on commit 43a9628

Please sign in to comment.