From 48619ed24c88e9a93d9e8c18c245c709cde9c84d Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Wed, 28 May 2025 08:50:40 -0300 Subject: [PATCH] Fix lint issue --- .../components/CommitDetailsTab/CommitDetailsTab.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/secret-manager/CommitDetailsPage/components/CommitDetailsTab/CommitDetailsTab.tsx b/frontend/src/pages/secret-manager/CommitDetailsPage/components/CommitDetailsTab/CommitDetailsTab.tsx index ec166d25a..33348f1e2 100644 --- a/frontend/src/pages/secret-manager/CommitDetailsPage/components/CommitDetailsTab/CommitDetailsTab.tsx +++ b/frontend/src/pages/secret-manager/CommitDetailsPage/components/CommitDetailsTab/CommitDetailsTab.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react"; -import { faAngleDown, faCodeBranch, faRotateLeft } from "@fortawesome/free-solid-svg-icons"; +import { faAngleDown } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { DropdownMenuItem } from "@radix-ui/react-dropdown-menu"; import { useSearch } from "@tanstack/react-router"; @@ -305,7 +305,8 @@ export const CommitDetailsTab = ({ Roll back to this commit - Return this folder to its exact state at the time of this commit, discarding all other changes made after it + Return this folder to its exact state at the time of this commit, + discarding all other changes made after it