Skip to content

Commit

Permalink
[fix] handleReachIconClick関数内のconsole.log()を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
YosukeIida committed Aug 29, 2024
1 parent 64c8d63 commit 90d0dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view-user/src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Layout = (props: LayoutProps) => {
try {
const { data } = await getLatestReachLog();
const latestReachLogNumber = data?.reachLogs[0]?.reachNum || 0;
console.log(latestReachLogNumber);
await createOneReachRecord({
variables: {
status: true,
Expand Down

0 comments on commit 90d0dcb

Please sign in to comment.