Skip to content

Commit 2540496

Browse files
committed
removal of unused code
1 parent aae092c commit 2540496

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/components/ApplicationsCard/ApplicationsCard.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ type ClickEvent = React.MouseEvent<HTMLElement>;
1313
const ApplicationsCard = (props) => {
1414

1515
const { application, i, setModal, classes } = props
16-
const { deleteApp,user,applications } = useContext(DashboardContext)
16+
const { deleteApp,user } = useContext(DashboardContext)
1717
const { setAppIndex, setApp, setServicesData, app,example,connectToDB,setChart } = useContext(ApplicationContext)
1818
const [ cardName,dbType,dbURI,description,serviceType ] = application
1919

20-
//dynamic refs
21-
// const delRef = useRef<any>([]);
22-
2320
const navigate = useNavigate();
2421

2522
// Handle clicks on Application cards

0 commit comments

Comments
 (0)