mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
perf: remove useless code
This commit is contained in:
@@ -130,8 +130,6 @@ const GithubContributions: React.FC<GithubContributionsProps> = ({
|
||||
const [loading, setLoading] = useState(true);
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
|
||||
console.log(githubKey, "更新");
|
||||
|
||||
useEffect(() => {
|
||||
async function loadContributions() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user