Skip to content

Commit

Permalink
Fix deliberate bug
Browse files Browse the repository at this point in the history
  • Loading branch information
juyrjola committed Oct 9, 2023
1 parent 53bbe43 commit 40ff721
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import SiteContext from 'context/site';
import ApplicationStateBanner from './common/ApplicationStateBanner';
import SiteFooter from './common/SiteFooter';

const a;

const getFeedbackUrl = (currentURL) => {
const feedbackPageUrlBase = '/feedback';
if (currentURL.startsWith(feedbackPageUrlBase)) {
Expand Down

0 comments on commit 40ff721

Please sign in to comment.