address review

This commit is contained in:
x032205
2025-12-16 11:27:51 -05:00
parent c682f84381
commit 4ea36a032a

View File

@@ -236,7 +236,7 @@ export const PamAccountsTable = ({ projectId }: Props) => {
const resources = resourcesData?.resources || [];
async function accessAccount(account: TPamAccount) {
const accessAccount = async (account: TPamAccount) => {
let fullAccountPath = account.name;
const folderPath = account.folderId ? folderPaths[account.folderId] : undefined;
if (folderPath) {
@@ -269,7 +269,7 @@ export const PamAccountsTable = ({ projectId }: Props) => {
} else {
handlePopUpOpen("accessAccount", account);
}
}
};
return (
<div className="flex flex-col gap-4">