Skip to content

Commit

Permalink
sonar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal-khey committed Oct 3, 2024
1 parent e504569 commit 2147338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const PositionDiagram = forwardRef((props: PositionDiagramProps, ref: Ref<HTMLDi

const currentNode = useSelector((state: AppState) => state.currentTreeNode);

const [loadingState, updateLoadingState] = useState(false);
const [loadingState, updateLoadingState] = useState<boolean>(false);

const theme = useTheme();

Expand Down

0 comments on commit 2147338

Please sign in to comment.