Skip to content

Commit

Permalink
fix: warns in react-ui ClockTimer (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Oct 29, 2024
1 parent 370fed7 commit 3fd7a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-react-ui/src/components/uis/clock_timer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import { useEffect, useState } from 'react';

interface ClockTimerProps {
started_at: number; // Timestamp in milliseconds
Expand Down

0 comments on commit 3fd7a63

Please sign in to comment.