Skip to content

Commit

Permalink
fix: eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed May 31, 2024
1 parent 7b74b18 commit e24bbd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/map/BranchInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/exhaustive-deps */
import React, { useEffect } from 'react';
import Image from 'next/image';
import { useRouter } from 'next/router';
Expand Down

0 comments on commit e24bbd3

Please sign in to comment.