There was an error while loading. Please reload this page.
1 parent baa48e4 commit bde1526Copy full SHA for bde1526
1 file changed
frontend/src/components/FooterSponsors/FooterSponsors.jsx
@@ -33,8 +33,6 @@ const FooterSponsors = (props) => {
33
);
34
}, [dispatch, subrequest_key, type]);
35
36
- const plural = sponsors?.items.length > 1 ? 's' : '(s)';
37
- const capitalizedType = String(type[0]).toUpperCase() + String(type).slice(1);
38
const sponsorItems = sponsors?.loaded
39
? sponsors.items.length > 0 &&
40
sponsors.items.map((item) => {
0 commit comments