Skip to content

Commit

Permalink
feat: show eHP statistics of the ship (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Nov 19, 2023
1 parent a471c04 commit b5b147e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Patric Stout <[email protected]>",
"license": "MIT",
"dependencies": {
"@eveshipfit/dogma-engine": "^2.1.0",
"@eveshipfit/dogma-engine": "^2.2.0",
"clsx": "^2.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -61,6 +61,7 @@
"typescript-plugin-css-modules": "^5.0.2"
},
"peerDependencies": {
"@eveshipfit/dogma-engine": "^2.2.0",
"react": "^18.2.0"
},
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ShipStatistics/ShipStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ShipStatistics = () => {
</Category>

<Category headerLabel="Defense" headerContent={
<span>? ehp</span>
<span><ShipAttribute name="ehp" fixed={0} /> ehp</span>
}>
<CategoryLine>
No module
Expand Down

0 comments on commit b5b147e

Please sign in to comment.