Skip to content

Commit bde1526

Browse files
committed
lint
1 parent baa48e4 commit bde1526

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/components/FooterSponsors/FooterSponsors.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ const FooterSponsors = (props) => {
3333
);
3434
}, [dispatch, subrequest_key, type]);
3535

36-
const plural = sponsors?.items.length > 1 ? 's' : '(s)';
37-
const capitalizedType = String(type[0]).toUpperCase() + String(type).slice(1);
3836
const sponsorItems = sponsors?.loaded
3937
? sponsors.items.length > 0 &&
4038
sponsors.items.map((item) => {

0 commit comments

Comments
 (0)