diff --git a/app/components/Home.tsx b/app/components/Home.tsx index e5efd22..ed0b0d1 100644 --- a/app/components/Home.tsx +++ b/app/components/Home.tsx @@ -1,6 +1,6 @@ "use client" import React, { useState, useMemo } from "react" -import { Input, Card, Typography, Menu, Collapse, Empty,Button } from "antd" +import { Input, Card, Typography, Menu, Collapse, Empty, Button } from "antd" import ToolMapButton from "./Button" const { Title, Paragraph } = Typography @@ -157,7 +157,7 @@ const EnAccessToolMap = ({ setIsModalOpen }: EnAccessToolMapProps) => { + } diff --git a/app/globals.css b/app/globals.css index d8bcda7..1a47a58 100644 --- a/app/globals.css +++ b/app/globals.css @@ -22,5 +22,3 @@ body { .custom-popup { border: none; /* Remove border from submenu */ } - - diff --git a/package.json b/package.json index 53a7ad8..3a6a879 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "fix-lint": " npx prettier . --write" }, "dependencies": { "antd": "^5.22.0",