refactor: update SVG stroke properties to camelCase and clean up console logs

This commit is contained in:
2025-08-22 15:44:45 +05:30
parent 88b09c44d2
commit 463a8cf6b9
5 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState } from 'react'
import { useState } from 'react'
import { ClockThreeIcon, LocationPinIcon, TargetIcon } from '../../../../icons/ExportCommonIcons'
import NavigateCatagory from '../NavigateCatagory'
// import NavigateCatagory from '../NavigateCatagory'
const Hrm = () => {
const [selectedCard, setSelectedCard] = useState(0);
@@ -105,6 +105,7 @@ const Hrm = () => {
<div
className={`analysis-wrapper ${selectedCard === index ? "active" : ""}`}
onClick={() => setSelectedCard(index)}
key={index}
>
<header>
<div className="user-details">