Skip to content

Commit

Permalink
fix: unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 5, 2023
1 parent 73633c5 commit 0f7d24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/users/user-service-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useSpring, animated, useSpringRef } from "react-spring"

import ServiceLogo from "@/components/common/service-logo"
import { TOGGLEABLE_SERVICE } from "@/utils/SERVICES"
import { useEffect } from "react"

const DATE_FORMAT = "dd/MM/Y HH:mm:ss"

Expand Down

0 comments on commit 0f7d24b

Please sign in to comment.