Skip to content

Commit 26b3b2b

Browse files
committed
Remove useless line in JSDoc
1 parent 3a40b1c commit 26b3b2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/@hashintel/petrinaut/src/views/SDCPN/hooks/use-firing-delta.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useEffect, useRef } from "react";
22

33
/**
44
* Hook to track the previous firingCount and compute the delta.
5-
* Returns the delta and sign symbol when firingCount changes.
65
*/
76
export function useFiringDelta(firingCount: number | null): number | null {
87
const prevFiringCountRef = useRef<number | null>(null);

0 commit comments

Comments
 (0)