From 1835561a05ffc025de8d0c9c0c9de22251c862fe Mon Sep 17 00:00:00 2001 From: Brodypen Date: Wed, 1 Nov 2023 21:50:11 -0500 Subject: [PATCH 1/2] fix: lint issues --- src/pages/WebDev/WebDev.js | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/pages/WebDev/WebDev.js b/src/pages/WebDev/WebDev.js index 17831766..3edf4489 100644 --- a/src/pages/WebDev/WebDev.js +++ b/src/pages/WebDev/WebDev.js @@ -62,15 +62,17 @@ const WebDev = () => {

Web Development Committee at CougarCS

- Our dedicated team is responsible for maintaining the CougarCS {' '} - website and Discord bot. If you're passionate about web development - and eager to gain hands-on experience while building new connections, - this is the perfect opportunity for you. We value a foundational - understanding of HTML, CSS, and JavaScript, making this a welcoming - space for learners. If you're interested in joining our team or have - any website suggestions, feel free to reach out - to us via email at{' '} webdev@cougarcs.com, - or simply contact any member with the web development tag on Discord! + Our dedicated team is responsible for maintaining the CougarCS{' '} + website and Discord bot. If you're passionate about web + development and eager to gain hands-on experience while building + new connections, this is the perfect opportunity for you. We + value a foundational understanding of HTML, CSS, and JavaScript, + making this a welcoming space for learners. If you're + interested in joining our team or have any website suggestions, + feel free to reach out to us via email at{' '} + webdev@cougarcs.com, + or simply contact any member with the web development tag on + Discord!

From a86cffa4689687bfe6cf96177c6721f5fec61469 Mon Sep 17 00:00:00 2001 From: Brodypen Date: Wed, 1 Nov 2023 21:55:20 -0500 Subject: [PATCH 2/2] fix: lint warnings --- src/pages/WebDev/WebDev.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/WebDev/WebDev.js b/src/pages/WebDev/WebDev.js index 3edf4489..f2c18cf6 100644 --- a/src/pages/WebDev/WebDev.js +++ b/src/pages/WebDev/WebDev.js @@ -1,10 +1,10 @@ -import axios from 'axios'; +// import axios from 'axios'; import React from 'react'; import { Col, Container, Row, Button } from 'react-bootstrap'; import headerImage from '../../assets/webdev.svg'; import { MetaData } from '../../components/Meta/MetaData'; -import { useQuery, useQueryClient } from 'react-query'; -import Loading from '../../components/Loading/Loading'; +// import { useQuery, useQueryClient } from 'react-query'; +// import Loading from '../../components/Loading/Loading'; import './WebDev.css'; const meta = { @@ -22,7 +22,7 @@ const meta = { };*/ const WebDev = () => { - const queryClient = useQueryClient(); + // const queryClient = useQueryClient(); /*const { data, isFetching } = useQuery('tutors', fetchTutors, { initialData: () => queryClient.getQueryData('tutors'), staleTime: 300000,