diff --git a/components/project/MilestoneManager.tsx b/components/project/MilestoneManager.tsx index 3fffece26..60607f8d1 100644 --- a/components/project/MilestoneManager.tsx +++ b/components/project/MilestoneManager.tsx @@ -106,7 +106,6 @@ const MilestoneManager: React.FC = ({ onChange?.(remaining, isValid(remaining)); }; - return (
@@ -135,7 +134,6 @@ const MilestoneManager: React.FC = ({
)} -
); }; diff --git a/next.config.ts b/next.config.ts index 9a8d88d82..fcfb4b36d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,6 +3,7 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { /* config options here */ images: { + domains: ['i.pravatar.cc'], remotePatterns: [ { protocol: 'https', diff --git a/package.json b/package.json index d04b638b5..566c027da 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,7 @@ "format": "prettier --write .", "format:check": "prettier --check .", "lint:fix": "eslint --fix .", - "prepare": "husky install", - "test": "jest", - "test:watch": "jest --watch", - "test:coverage": "jest --coverage" + "prepare": "husky install" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [