Skip to content

Commit

Permalink
Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed May 28, 2024
1 parent 2ff3384 commit 5a10891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/helpers/use-document-head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {setContentTags} from '~/helpers/tag-manager';
import {camelCaseKeys} from '~/helpers/page-data-utils';
import announcePageTitle from '~/components/shell/header/announce-page-title';
import {useLocation} from 'react-router-dom';
import $ from '~/helpers/$';

function setCanonicalPath(newPath: string) {
const el = document.createElement('link');
Expand Down

0 comments on commit 5a10891

Please sign in to comment.