Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thelullabyy committed Feb 21, 2025
1 parent 92f85a7 commit 3bd82ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/members/WorkspaceMemberDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function WorkspaceMemberDetailsPage({personalDetails, policy, route}: WorkspaceM
const hasMultipleFeeds = Object.values(getCompanyFeeds(cardFeeds)).filter((feed) => !feed.pending).length > 0;
const paymentBankAccountID = cardSettings?.paymentBankAccountID;
const workspaceCards = getAllCardsForWorkspace(workspaceAccountID, cardList);
const hasWorkspaceCardsAssigned = !!workspaceCards && !!Object.values(workspaceCards).length;

const policyApproverEmail = policy?.approver;
const {approvalWorkflows} = useMemo(
Expand Down

0 comments on commit 3bd82ba

Please sign in to comment.