Skip to content

Commit

Permalink
fix: fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
RanGojo committed Oct 30, 2023
1 parent 308bd16 commit 48c7ecb
Show file tree
Hide file tree
Showing 3 changed files with 3,222 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/TxSteps/Step.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Step: React.FC<PropsType> = ({ step, index }) => {

<div
onClick={() => !isOpen && setIsOpen(true)}
className={`relative border border-neutral-600 rounded-md p-5 lg:p-6 mt-1 relative ${
className={`relative border border-neutral-600 rounded-md p-5 lg:p-6 mt-1 ${
isOpen ? 'mt-7' : 'cursor-pointer'
}`}
>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"dependencies": {
"@react-spring/web": "^9.5.5",
"@types/react-dom": "18.0.9",
"@visx/curve": "^2.1.0",
"@visx/xychart": "^2.16.0",
"dayjs": "^1.11.6",
Expand All @@ -27,7 +26,8 @@
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.7",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
Expand Down
Loading

0 comments on commit 48c7ecb

Please sign in to comment.