Skip to content

Commit

Permalink
feat(pci.kubernetes): delete useleess dependancy
Browse files Browse the repository at this point in the history
ref: TAPC-2080
Signed-off-by: Pierre-Philippe <[email protected]>
  • Loading branch information
Pierre-Philippe committed Jan 6, 2025
1 parent cb56efa commit a1a380b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ import {
import TabsPanel from '@/components/detail/TabsPanel.component';
import { useKubeDetail } from '@/api/hooks/useKubernetes';
import { TRACKING_TABS } from '@/tracking.constants';
import { useAppStore } from '@/store';
import { REFETCH_INTERVAL_DURATION } from '@/helpers';

export default function DetailPage() {
const { t } = useTranslation('listing');
const { t: tDetail } = useTranslation('detail');
const [activePanelTranslation, setActivePanelTranslation] = useState(null);

const { region } = useAppStore();
const { data: project } = useProject();
const { projectId, kubeId } = useParams();
const hrefProject = useProjectUrl('public-cloud');
Expand Down

0 comments on commit a1a380b

Please sign in to comment.