Skip to content

Commit

Permalink
Remove progress hint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jul 26, 2023
1 parent 7f5bbf7 commit 94ad20f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
8 changes: 0 additions & 8 deletions src/components/TeamProgress/MemberProgressModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import CloseIcon from '../../icons/close.svg';
import { useToast } from '../../hooks/use-toast';
import { useAuth } from '../../hooks/use-auth';
import { pageProgressMessage } from '../../stores/page';
import { ProgressHint } from './ProgressHint';

export type ProgressMapProps = {
member: TeamMember;
Expand Down Expand Up @@ -308,13 +307,6 @@ export function MemberProgressModal(props: ProgressMapProps) {
</ul>
</div>
)}
{showProgressHint && (
<ProgressHint
onClose={() => {
setShowProgressHint(false);
}}
/>
)}
<div className="p-4">
{!isCurrentUser && (
<div className="mb-5 mt-0 text-left md:mt-4 md:text-center">
Expand Down
71 changes: 0 additions & 71 deletions src/components/TeamProgress/ProgressHint.tsx

This file was deleted.

0 comments on commit 94ad20f

Please sign in to comment.