Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 22, 2024
1 parent 6e6c490 commit a28f118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/components/profile/ProfileStatsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const GradeCountDisplay = ({
</Stack>
)
}

const ProfileGradesCard = ({ statsData }: { statsData: UserStats }) => {
// TODO: once these are hooked up in user stats API
const xhCount = 0
Expand Down
4 changes: 0 additions & 4 deletions src/pages/AboutPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { useIdentityContext } from "../context/identity"

export const AboutPage = () => {
const { identity } = useIdentityContext()

return <></>
}

0 comments on commit a28f118

Please sign in to comment.