Skip to content

Commit

Permalink
Refactor tooltip alignment in Leaderboard component
Browse files Browse the repository at this point in the history
  • Loading branch information
josephchimebuka committed Aug 26, 2024
1 parent 9f5fb72 commit 296c4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"codegen": "graphql-codegen",
"gen:models": "npx create-models ../contracts/manifests/dev/manifest.json ./src/dojo/generated/contractModels.ts"
"gen:models": "npx create-models ../contracts/manifests/dev/manifest.json ./src/dojo/generated/contractModels.ts",
"test": "jest"
},
"bin": {
"create-models": "./bin/models.cjs"
Expand Down
2 changes: 0 additions & 2 deletions client/src/ui/modules/Leaderboard.test.ts

This file was deleted.

0 comments on commit 296c4ff

Please sign in to comment.