From e534b84abd6c2a192fdda47e4d0c4863bcbbf4e8 Mon Sep 17 00:00:00 2001 From: canove Date: Wed, 30 Sep 2020 19:29:21 -0300 Subject: [PATCH] code cleanup --- frontend/src/components/TicketsList/index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index e2f8358..5297d7f 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -70,13 +70,6 @@ const useStyles = makeStyles(theme => ({ alignItems: "center", justifyContent: "center", }, - listSection: { - backgroundColor: "inherit", - }, - ul: { - backgroundColor: "white", - // padding: 0, - }, })); const reducer = (state, action) => {