Skip to content

Commit 74f6b97

Browse files
authored
Update DashboardGovernanceActions.tsx - lint checks fix
Signed-off-by: bosko-m <[email protected]>
1 parent 6f45edd commit 74f6b97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

govtool/frontend/src/components/organisms/DashboardGovernanceActions.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useState, useEffect, useCallback, useMemo } from "react";
1+
import { useState, useEffect, useCallback } from "react";
22
import { Box, CircularProgress, Tab, Tabs, styled } from "@mui/material";
33
import { useLocation, useNavigate } from "react-router-dom";
44

@@ -107,10 +107,6 @@ export const DashboardGovernanceActions = () => {
107107
debouncedSearchText,
108108
);
109109

110-
// White Magic :)
111-
const shouldFilter =
112-
voter?.isRegisteredAsDRep || voter?.isRegisteredAsSoleVoter;
113-
114110
const filteredProposals = proposals;
115111

116112
const { state } = useLocation();

0 commit comments

Comments
 (0)